summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Log.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{