eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/utils/eliottxt.cpp [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/utils/eliottxt.cpp [antoine-1]
Date: Sun, 23 Oct 2005 16:59:22 -0400

Index: eliot/utils/eliottxt.cpp
diff -u eliot/utils/eliottxt.cpp:1.7.2.1 eliot/utils/eliottxt.cpp:1.7.2.2
--- eliot/utils/eliottxt.cpp:1.7.2.1    Sun Oct 23 17:16:24 2005
+++ eliot/utils/eliottxt.cpp    Sun Oct 23 20:58:20 2005
@@ -3,8 +3,6 @@
  * Authors: Antoine Fraboulet <address@hidden>
  *          Olivier Teuliere  <address@hidden>
  *
- * $Id: eliottxt.cpp,v 1.7.2.1 2005/10/23 17:16:24 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
@@ -377,7 +375,6 @@
                         help_training();
                     else
                     {
-                        int res;
                         char *coord = next_token_alphanum(NULL, delim);
                         if (coord == NULL)
                         {
@@ -385,6 +382,7 @@
                             break;
                         }
 #if 0
+                        int res;
                         if ((res = iGame.play(0, std::string(coord), 
std::string(token))) != 0)
                         {
                             fprintf(stderr, "Mot incorrect ou mal placé 
(%i)\n",




reply via email to

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