X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=6ec7be2c89fd380a36a2c3467a0f2fdc01e428ee;hb=2cb8af0d46f997c76c459b8f09f16cae01b0c5b0;hp=95ab0116c247725663c2a15a6af0c33685630f72;hpb=c239df0067fc40c49d83a187ae45cd52573a8459;p=xboard.git diff --git a/backend.c b/backend.c index 95ab011..6ec7be2 100644 --- a/backend.c +++ b/backend.c @@ -8109,7 +8109,7 @@ Adjudicate (ChessProgramState *cps) // most tests only when we understand the game, i.e. legality-checking on if( appData.testLegality ) { /* [HGM] Some more adjudications for obstinate engines */ - int nrW, nrB, bishopColor, staleW, staleB, nr[EmptySquare+1], i; + int nrW, nrB, bishopColor, staleW, staleB, nr[EmptySquare+2], i; static int moveCount = 6; ChessMove result; char *reason = NULL;