Changeset 318 in Main for trunk/Server/config.c
- Timestamp:
- Oct 14, 2024, 9:25:36 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/config.c
r315 r318 10 10 #include <string.h> 11 11 #include <sys/stat.h> 12 #include <errno.h>13 12 14 13 #if !defined(_MSC_VER) && !defined(__BORLANDC__) … … 587 586 } 588 587 } else { 589 printf("%d\n", errno);590 588 cm_log("Config", "Could not open the file"); 591 589 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.