From d59c5e627fd023d3767bd8eb3e1eb4384d971bde Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 15 Dec 2011 11:12:15 +0100 Subject: Fix warnings --- 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 564f6028eca..61352521d9f 100755 --- a/src/server/worldserver/CommandLine/CliRunnable.cpp +++ b/src/server/worldserver/CommandLine/CliRunnable.cpp @@ -104,7 +104,7 @@ void utf8print(void* /*arg*/, const char* str) printf(temp_buf); #else { - printf(str); + printf("%s", str); fflush(stdout); } #endif -- cgit v1.2.3