eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/game/bag.cpp [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/bag.cpp [antoine-1]
Date: Sun, 23 Oct 2005 16:58:42 -0400

Index: eliot/game/bag.cpp
diff -u eliot/game/bag.cpp:1.4.2.1 eliot/game/bag.cpp:1.4.2.2
--- eliot/game/bag.cpp:1.4.2.1  Sun Oct 23 17:16:23 2005
+++ eliot/game/bag.cpp  Sun Oct 23 20:58:19 2005
@@ -3,8 +3,6 @@
  * Authors: Antoine Fraboulet <address@hidden>
  *          Olivier Teuliere  <address@hidden>
  *
- * $Id: bag.cpp,v 1.4.2.1 2005/10/23 17:16:23 afrab Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -162,9 +160,9 @@
            if (it->second)
                {
 #ifdef DEBUG
-                   sprintf(buff, "%c[%02d][%02d] ", 
-                           it->first.toChar(), 
-                           it->second, 
+                   sprintf(buff, "%c[%02d][%02d] ",
+                           it->first.toChar(),
+                           it->second,
                            it->second - it->first.maxNumber());
 #else
                    sprintf(buff, "%c[%02d] ", it->first.toChar(), it->second);




reply via email to

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