X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gamelist.c;fp=gamelist.c;h=188fdf6c95a87f65e4187f51663347eab49895b2;hb=2c21cc66515e6b4bf3fa4d6970fc5eea9a2344db;hp=fb10fbe443699e91cdc2ae13ab2455c3006f500d;hpb=d55128fc0ce74e35afb57550ea97a361dfb163da;p=xboard.git diff --git a/gamelist.c b/gamelist.c index fb10fbe..188fdf6 100644 --- a/gamelist.c +++ b/gamelist.c @@ -342,7 +342,7 @@ struct { toY = currentMoveString[3] - ONE; plyNr++; ApplyMove(fromX, fromY, toX, toY, currentMoveString[4], boards[scratch]); - if(currentListGame->moves) PackMove(fromX, fromY, toX, toY, boards[scratch][toY][toX]); + if(currentListGame && currentListGame->moves) PackMove(fromX, fromY, toX, toY, boards[scratch][toY][toX]); break; case WhiteWins: // [HGM] rescom: save last comment as result details case BlackWins: @@ -368,6 +368,7 @@ struct { } while (cm != (ChessMove) 0); + if(currentListGame) { if(!currentListGame->moves) DisplayError("Game cache overflowed\nPosition-searching might not work properly", 0); if (appData.debugMode) { @@ -380,6 +381,7 @@ struct { PrintPGNTags(debugFP, ¤tListGame->gameInfo); } } + } GetTimeMark(&t2);printf("GameListBuild %d msec\n", SubtractTimeMarks(&t2,&t)); quickFlag = 0; PackGame(boards[scratch]); // for appending end-of-game marker.