projects
/
capablanca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5317b80
)
Pay attention to category/board when examining adjourned games
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 29 Dec 2011 20:05:06 +0000 (21:05 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 29 Dec 2011 20:05:06 +0000 (21:05 +0100)
The ICS assumed all adourned games were of type blitz...
lasker-2.2.3/src/obsproc.c
patch
|
blob
|
history
diff --git
a/lasker-2.2.3/src/obsproc.c
b/lasker-2.2.3/src/obsproc.c
index
3a7a990
..
236e665
100644
(file)
--- a/
lasker-2.2.3/src/obsproc.c
+++ b/
lasker-2.2.3/src/obsproc.c
@@
-750,7
+750,7
@@
static void ExamineAdjourned(int p, int p1, int p2)
}
/* Assume old wild games are of type blitz - adjudicators should be
careful */
- g = ExamineStored(fp, p,'b');
+ g = ExamineStored(fp, p,'n');
fclose(fp);
if (g >= 0) {