--- a/QTfrontend/game.cpp Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/game.cpp Thu Sep 10 15:30:11 2009 +0000
@@ -147,7 +147,7 @@
emit ErrorMessage(tr("Error reading training config file"));
return;
}
-
+
QTextStream stream(&file);
while(!stream.atEnd())
{