X-Git-Url: http://winboard.nl/cgi-bin?p=capablanca.git;a=blobdiff_plain;f=lasker-2.2.3%2Fsrc%2Fmatchproc.c;h=1e79943cf907c71df317df31db5f6412a1d7aea1;hp=020be3888399c65154c4b8d05f81e53bbe602442;hb=9fef707308bbace40ac4870073ac8611b7e5a441;hpb=57605f256cf471385c85ba69168154cc0abc8af9 diff --git a/lasker-2.2.3/src/matchproc.c b/lasker-2.2.3/src/matchproc.c index 020be38..1e79943 100644 --- a/lasker-2.2.3/src/matchproc.c +++ b/lasker-2.2.3/src/matchproc.c @@ -158,7 +158,7 @@ static void output_match_messages(int wp,int bp,int g, char* mess) rstr[game_globals.garray[g].rated], //bstr[game_globals.garray[g].type], game_globals.garray[g].variant, - game_globals.garray[g].wInitTime, + game_globals.garray[g].wInitTime/600, game_globals.garray[g].wIncrement); pprintf(wp, "%s", outStr); pprintf(bp, "%s", outStr);