fix uninitialized variable

This commit is contained in:
Glenn Maynard
2004-01-21 01:51:38 +00:00
parent ac8b57f6aa
commit eccaf9d775
+1
View File
@@ -101,6 +101,7 @@ RageLog::RageLog()
m_bEnabled = true;
m_bFlush = false;
m_bTimestamping = false;
m_bShowLogOutput = false;
// delete old log files
remove( LOG_PATH );