summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.cpp')
-rw-r--r--src/Log.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Log.cpp b/src/Log.cpp
index cbb83097c..3938f2c24 100644
--- a/src/Log.cpp
+++ b/src/Log.cpp
@@ -18,7 +18,8 @@
cLog* cLog::s_Log = NULL;
cLog::cLog(const AString & a_FileName )
- : m_File(NULL)
+ : m_File(NULL),
+ m_LastStringSize(0)
{
s_Log = this;