pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r4168 - branches/pingus-hanusz/src


From: grumbel
Subject: [Pingus-CVS] r4168 - branches/pingus-hanusz/src
Date: Fri, 17 Jun 2011 20:57:31 +0200

Author: grumbel
Date: 2011-06-17 20:57:31 +0200 (Fri, 17 Jun 2011)
New Revision: 4168

Modified:
   branches/pingus-hanusz/src/result.hpp
   branches/pingus-hanusz/src/statistics.cpp
Log:
Minor cleanup


Modified: branches/pingus-hanusz/src/result.hpp
===================================================================
--- branches/pingus-hanusz/src/result.hpp       2011-06-17 18:57:00 UTC (rev 
4167)
+++ branches/pingus-hanusz/src/result.hpp       2011-06-17 18:57:31 UTC (rev 
4168)
@@ -48,6 +48,7 @@
   /** Number of Pingus needed to save */
   int needed;
 
+  /** Set when the global time limit is reached */
   bool aborted;
 
   bool success() const {

Modified: branches/pingus-hanusz/src/statistics.cpp
===================================================================
--- branches/pingus-hanusz/src/statistics.cpp   2011-06-17 18:57:00 UTC (rev 
4167)
+++ branches/pingus-hanusz/src/statistics.cpp   2011-06-17 18:57:31 UTC (rev 
4168)
@@ -127,7 +127,7 @@
   }
   else
   {
-    m_out << "### session start: " <<  m_username << " ###\n" << std::endl;
+    m_out << "### session start: " <<  m_username << std::endl;
   }
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]