X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=15165f164ff5f58b401d6d4dd02afd36239908f2;hb=ca6061cbffe88ff5eb2332e733e0a534b89cc5e7;hp=9b851d42819587a188572afdac102afe1df383c5;hpb=c75d2d23ecb6a2123ccf681852e9bef8c381ce22;p=xboard.git diff --git a/xgamelist.c b/xgamelist.c index 9b851d4..15165f1 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -346,7 +346,7 @@ struct { st = glc->strings; lg = (ListGame *) gameList.head; listLength = wins = losses = draws = 0; - if(byPos) MakePieceList(boards[currentMove], soughtCounts), CopyBoard(soughtBoard, boards[currentMove]); + if(byPos) InitSearch(); while (nstrings--) { int pos = -1; line = GameListLine(lg->number, &lg->gameInfo);