From 7ae5631d89426df6f05b6c8ba656ba02b9d15f93 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 31 Jan 2014 00:05:23 +0000 Subject: Added a comment --- 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 37f1376db..cbb83097c 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -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) { -- cgit v1.2.3