diff options
Diffstat (limited to 'test/TLogHelper.cpp')
-rw-r--r-- | test/TLogHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TLogHelper.cpp b/test/TLogHelper.cpp index e2d6c74..fb8505d 100644 --- a/test/TLogHelper.cpp +++ b/test/TLogHelper.cpp @@ -279,7 +279,7 @@ int TLogHelper::PrintWithClreol(const char * szFormat, va_list argList, bool bPr } // Put the newline, if requested - *szBuffer++ = bPrintEndOfLine ? '\n' : 0; + *szBuffer++ = bPrintEndOfLine ? '\n' : '\r'; *szBuffer = 0; // Remember if we printed a message |