From ec99279ef99480cdacc23096139ce0d0e50a987d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 29 Jan 2006 02:55:30 +0000 Subject: Oops. I should've test it before commit. Fixed now. svn-id: r20286 --- base/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 6c67fbe013..c3db46ad26 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -493,6 +493,8 @@ static void debugHelper(char *buf, bool caret = true) { #ifndef _WIN32_WCE if (caret) printf("%s\n", buf); + else + printf("%s", buf); #endif #if defined( USE_WINDBG ) -- cgit v1.2.3