From ecbb9134a5e4c631fc10cb9251d0d18de80d6b36 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 2 Feb 2014 20:10:02 +0000 Subject: Revert "Properly initialised variables" This reverts commit 02e752789399ad1b65a0443534ea6a8721efd78c. --- src/Log.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Log.cpp') diff --git a/src/Log.cpp b/src/Log.cpp index 3938f2c24..cbb83097c 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -18,8 +18,7 @@ cLog* cLog::s_Log = NULL; cLog::cLog(const AString & a_FileName ) - : m_File(NULL), - m_LastStringSize(0) + : m_File(NULL) { s_Log = this; -- cgit v1.2.3