Correct printing of increment in Creating message
[capablanca.git] / lasker-2.2.3 / src / matchproc.c
index 6c2ecf5..70c12f4 100644 (file)
@@ -159,7 +159,7 @@ static void output_match_messages(int wp,int bp,int g, char* mess)
           //bstr[game_globals.garray[g].type],
           game_globals.garray[g].variant,
           game_globals.garray[g].wInitTime/600, 
-          game_globals.garray[g].wIncrement);
+          game_globals.garray[g].wIncrement/10);
   pprintf(wp, "%s", outStr);
   pprintf(bp, "%s", outStr);
   free(outStr);