|
From: <axl...@us...> - 2009-08-19 01:48:11
|
Revision: 500
http://hgengine.svn.sourceforge.net/hgengine/?rev=500&view=rev
Author: axlecrusher
Date: 2009-08-19 01:48:06 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
flush after writing
Modified Paths:
--------------
Mercury2/src/MercuryLog.cpp
Modified: Mercury2/src/MercuryLog.cpp
===================================================================
--- Mercury2/src/MercuryLog.cpp 2009-08-19 01:41:42 UTC (rev 499)
+++ Mercury2/src/MercuryLog.cpp 2009-08-19 01:48:06 UTC (rev 500)
@@ -66,6 +66,8 @@
m_file << m << endl;
}
+ m_file.flush();
+
m_outQueue.clear();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|