From 21182308b3f8ee9b5d47335cea2be162b73b3131 Mon Sep 17 00:00:00 2001 From: click Date: Mon, 13 Sep 2010 00:32:50 +0200 Subject: Core: Partial revert of r63468c6c86 (GCC being totally weird o.O) - should fix x64 builds (drops back warning though) --HG-- branch : trunk --- src/server/worldserver/CommandLine/CliRunnable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/worldserver/CommandLine') diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp index 15618936013..0a5b16563f5 100644 --- a/src/server/worldserver/CommandLine/CliRunnable.cpp +++ b/src/server/worldserver/CommandLine/CliRunnable.cpp @@ -106,7 +106,7 @@ void utf8print(void* /*arg*/, const char* str) printf(temp_buf); #else { - va_list v = NULL; + va_list v; vprintf(str, v); va_end(v); fflush(stdout); -- cgit v1.2.3