ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/config.c
(Generate patch)

Comparing Server/config.c (file contents):
Revision 1.3 by nishi, Sun Nov 3 10:40:12 2024 UTC vs.
Revision 1.4 by nishi, Tue Nov 19 07:55:13 2024 UTC

# Line 392 | Line 392 | int tw_config_read(const char* path) {
392                                                          cm_log("Config", "Missing path at line %d", ln);
393                                                          stop = 1;
394                                                  } else {
395 + #ifndef WINCE
396                                                          chdir(r[1]);
397 + #endif
398                                                          free(config.server_root);
399                                                          config.server_root = cm_strdup(r[1]);
400                                                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines