From f4c25ac445c95502ae95a0023fc67f3aa394d594 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 2 Feb 2014 20:10:13 +0000 Subject: Revert "Added a comment" This reverts commit 7ae5631d89426df6f05b6c8ba656ba02b9d15f93. --- src/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Log.cpp b/src/Log.cpp index cbb83097c..37f1376db 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; // Initialise m_LastStringSize + m_LastStringSize = LineLength; if (a_ReplaceCurrentLine) { -- cgit v1.2.3