]> Git repositories of Nishi - tewi.git/commitdiff
fix
authorNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 12:25:36 +0000 (12:25 +0000)
committerNishi <nishi@nishi.boats>
Mon, 14 Oct 2024 12:25:36 +0000 (12:25 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@318 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/config.c

index bf5c23685c7d0013b6bf3d2efd462088dae8b35b..c98a79dde2c94ec0fd48c3eaf5caf850b0d715ed 100644 (file)
@@ -9,7 +9,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <errno.h>
 
 #if !defined(_MSC_VER) && !defined(__BORLANDC__)
 #include <unistd.h>
@@ -586,7 +585,6 @@ int tw_config_read(const char* path) {
                        return stop;
                }
        } else {
-               printf("%d\n", errno);
                cm_log("Config", "Could not open the file");
                return 1;
        }