X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=313c8d25623438d7fa6100958914b8bc3d6019ad;hb=f29eef5ba5e62f4ccdc99439e2d4f070d9406a33;hp=c8e3da7396d5403c9140d53cc2136e4f3f7169ea;hpb=74adbe89595d6afe4e44712ff2da54ee7ff80b20;p=xboard.git diff --git a/backend.c b/backend.c index c8e3da7..313c8d2 100644 --- a/backend.c +++ b/backend.c @@ -5329,9 +5329,6 @@ ParsePV (char *pv, Boolean storeComments, Boolean atEnd) if(nr == 0 && !storeComments && *pv == '(') pv++; // first (ponder) move can be in parentheses lastParseAttempt = pv; valid = ParseOneMove(pv, endPV, &moveType, &fromX, &fromY, &toX, &toY, &promoChar); -if(appData.debugMode){ -fprintf(debugFP,"parsePV: %d %c%c%c%c yy='%s'\nPV = '%s'\n", valid, fromX+AAA, fromY+ONE, toX+AAA, toY+ONE, yy_textstr, pv); -} if(!valid && nr == 0 && ParseOneMove(pv, endPV-1, &moveType, &fromX, &fromY, &toX, &toY, &promoChar)){ nr++; moveType = Comment; // First move has been played; kludge to make sure we continue