[Orxonox-commit 49] r2754 - branches/network/src/util
rgrieder at orxonox.net
rgrieder at orxonox.net
Fri Mar 6 19:13:11 CET 2009
Author: rgrieder
Date: 2009-03-06 19:13:11 +0100 (Fri, 06 Mar 2009)
New Revision: 2754
Modified:
branches/network/src/util/SignalHandler.cc
Log:
With regards to Oli. (trunk commit from before).
Modified: branches/network/src/util/SignalHandler.cc
===================================================================
--- branches/network/src/util/SignalHandler.cc 2009-03-06 18:02:07 UTC (rev 2753)
+++ branches/network/src/util/SignalHandler.cc 2009-03-06 18:13:11 UTC (rev 2754)
@@ -325,7 +325,7 @@
"=======================================================\n";
bt.insert(0, timeString);
- FILE * f = fopen( getInstance().filename.c_str(), "a" );
+ FILE * f = fopen( getInstance().filename.c_str(), "w" );
if ( !f )
{
More information about the Orxonox-commit
mailing list