From 0afd97c1ccfb2032d51206605a890fdc25ca99d8 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 29 Dec 2011 21:05:06 +0100 Subject: [PATCH 1/1] Pay attention to category/board when examining adjourned games The ICS assumed all adourned games were of type blitz... --- lasker-2.2.3/src/obsproc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) { -- 1.7.0.4