From e4b666989d67b9ec824fe0ac9f7c4f880486d72b Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 2 Feb 2014 20:09:47 +0000 Subject: Revert "A newline issue is resolved" This reverts commit 397208145ebe5c95ebf32f2985f6800634932230. --- src/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Log.cpp') diff --git a/src/Log.cpp b/src/Log.cpp index b246e8196..e7d3e0629 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -147,7 +147,7 @@ bool cLog::LogReplaceLine(const char * a_Format, va_list argList) if ((size_t)((csbi.srWindow.Right - csbi.srWindow.Left) + 1) < LineLength) { - printf("\n%s", Line.c_str()); // We are at line to be replaced, but since we can't, add a new line + printf("\r%s", Line.c_str()); return false; } #ifdef _WIN32 -- cgit v1.2.3