Added a comment
This commit is contained in:
parent
d8aa0b0ec7
commit
7ae5631d89
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user