summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Log.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{