1
0

Added a comment

This commit is contained in:
Tiger Wang 2014-01-31 00:05:23 +00:00
parent d8aa0b0ec7
commit 7ae5631d89

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;
m_LastStringSize = LineLength; // Initialise m_LastStringSize
if (a_ReplaceCurrentLine)
{