|
From: <axl...@us...> - 2010-06-08 02:18:47
|
Revision: 751
http://hgengine.svn.sourceforge.net/hgengine/?rev=751&view=rev
Author: axlecrusher
Date: 2010-06-08 02:18:41 +0000 (Tue, 08 Jun 2010)
Log Message:
-----------
Fix m_file init
Modified Paths:
--------------
Mercury2/src/MercuryLog.cpp
Modified: Mercury2/src/MercuryLog.cpp
===================================================================
--- Mercury2/src/MercuryLog.cpp 2010-06-02 04:49:22 UTC (rev 750)
+++ Mercury2/src/MercuryLog.cpp 2010-06-08 02:18:41 UTC (rev 751)
@@ -22,6 +22,7 @@
}
MercuryLog::MercuryLog()
+ :m_file(NULL)
{
m_thread.Create(MercuryLog::ThreadLoop, this, true);
gIsLogUp = 1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|