Pay attention to category/board when examining adjourned games
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 29 Dec 2011 20:05:06 +0000 (21:05 +0100)
committerH.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

index 3a7a990..236e665 100644 (file)
@@ -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) {