diff options
| author | click <none@none> | 2010-09-13 00:32:50 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-09-13 00:32:50 +0200 |
| commit | 21182308b3f8ee9b5d47335cea2be162b73b3131 (patch) | |
| tree | 44f08dff5f9b13e3af26c91abab66985c840ec17 /src | |
| parent | 35e16abad4b58c3681771722ed747dd31b2493b5 (diff) | |
Core: Partial revert of r63468c6c86 (GCC being totally weird o.O) - should fix x64 builds (drops back warning though)
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/worldserver/CommandLine/CliRunnable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
