summaryrefslogtreecommitdiffstats
path: root/src/Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Log.h')
-rw-r--r--src/Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.h b/src/Log.h
index 8a0ee9fc7..c8c26913b 100644
--- a/src/Log.h
+++ b/src/Log.h
@@ -10,7 +10,7 @@ class cLog
private:
FILE * m_File;
static cLog * s_Log;
- size_t m_LastStringSize;
+ size_t m_LastStringSize = 0;
public:
cLog(const AString & a_FileName);
~cLog();