Changeset 318 in Main for trunk/Server/config.c


Ignore:
Timestamp:
Oct 14, 2024, 9:25:36 PM (5 weeks ago)
Author:
Nishi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/config.c

    r315 r318  
    1010#include <string.h>
    1111#include <sys/stat.h>
    12 #include <errno.h>
    1312
    1413#if !defined(_MSC_VER) && !defined(__BORLANDC__)
     
    587586                }
    588587        } else {
    589                 printf("%d\n", errno);
    590588                cm_log("Config", "Could not open the file");
    591589                return 1;
Note: See TracChangeset for help on using the changeset viewer.