From: H.G. Muller Date: Thu, 29 Dec 2011 20:05:06 +0000 (+0100) Subject: Pay attention to category/board when examining adjourned games X-Git-Url: http://winboard.nl/cgi-bin?p=capablanca.git;a=commitdiff_plain;h=0afd97c1ccfb2032d51206605a890fdc25ca99d8;hp=5317b80b41045bd23473faf4748a9539a06e5f52 Pay attention to category/board when examining adjourned games The ICS assumed all adourned games were of type blitz... --- diff --git a/lasker-2.2.3/src/obsproc.c b/lasker-2.2.3/src/obsproc.c index 3a7a990..236e665 100644 --- 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) {