1
0

Revert "Added a comment"

This reverts commit 7ae5631d89.
This commit is contained in:
Tiger Wang 2014-02-02 20:10:13 +00:00
parent ecbb9134a5
commit f4c25ac445

View File

@ -137,7 +137,7 @@ void cLog::Log(const char * a_Format, va_list argList, bool a_ReplaceCurrentLine
size_t LineLength = Line.length();
if (m_LastStringSize == 0)
m_LastStringSize = LineLength; // Initialise m_LastStringSize
m_LastStringSize = LineLength;
if (a_ReplaceCurrentLine)
{