projects
/
capablanca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
57605f2
)
Print minutes, not deci-sec in 'Creating' message
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 6 Nov 2011 20:39:09 +0000 (21:39 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sun, 6 Nov 2011 20:39:09 +0000 (21:39 +0100)
lasker-2.2.3/src/matchproc.c
patch
|
blob
|
history
diff --git
a/lasker-2.2.3/src/matchproc.c
b/lasker-2.2.3/src/matchproc.c
index
020be38
..
1e79943
100644
(file)
--- 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);