eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/results.cpp


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/results.cpp
Date: Sat, 05 Nov 2005 10:49:01 -0500

Index: eliot/game/results.cpp
diff -u eliot/game/results.cpp:1.6 eliot/game/results.cpp:1.7
--- eliot/game/results.cpp:1.6  Fri Nov  4 20:00:06 2005
+++ eliot/game/results.cpp      Sat Nov  5 15:48:59 2005
@@ -41,8 +41,7 @@
 
 const Round & Results::get(int i) const
 {
-    ASSERT(0 <= i && i < size(),
-           "Results index out of bounds");
+    ASSERT(0 <= i && i < size(), "Results index out of bounds");
     return m_rounds[i];
 }
 




reply via email to

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