From: Nishi Date: Mon, 14 Oct 2024 12:25:36 +0000 (+0000) Subject: fix X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=ef68a41d84ca41131fcd2e6705c8381c14a229f3;p=tewi.git fix git-svn-id: file:///raid/svn-personal/tewi/trunk@318 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/config.c b/Server/config.c index bf5c236..c98a79d 100644 --- a/Server/config.c +++ b/Server/config.c @@ -9,7 +9,6 @@ #include #include #include -#include #if !defined(_MSC_VER) && !defined(__BORLANDC__) #include @@ -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; }