From 02e752789399ad1b65a0443534ea6a8721efd78c Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 31 Jan 2014 20:50:29 +0000 Subject: Properly initialised variables --- src/Log.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Log.cpp') 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; -- cgit v1.2.3