Pay attention to category/board when examining adjourned games
[capablanca.git] / 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) {