From 9710c41a40a311d363304853b33d0fee3f751383 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 8 Mar 2011 19:11:02 +0100 Subject: More warning fixes --- src/server/worldserver/CommandLine/CliRunnable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/worldserver/CommandLine') diff --git a/src/server/worldserver/CommandLine/CliRunnable.cpp b/src/server/worldserver/CommandLine/CliRunnable.cpp index a7775291834..957191c693a 100755 --- a/src/server/worldserver/CommandLine/CliRunnable.cpp +++ b/src/server/worldserver/CommandLine/CliRunnable.cpp @@ -600,14 +600,14 @@ void CliRunnable::run() if (!*command_str) { - #if PLATFORM == WINDOWS + #if PLATFORM == PLATFORM_WINDOWS printf("TC>"); #endif continue; } std::string command; - if (!consoleToUtf8(command_str,command)) // convert from console encoding to utf8 + if (!consoleToUtf8(command_str, command)) // convert from console encoding to utf8 { #if PLATFORM == PLATFORM_WINDOWS printf("TC>"); -- cgit v1.2.3