From: H.G. Muller Date: Fri, 4 Oct 2013 10:11:27 +0000 (+0200) Subject: Fix loading of game with multi-leg moves X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=5577164640240085d9761527dcb1d7adab2c4c20;p=xboard.git Fix loading of game with multi-leg moves --- diff --git a/backend.c b/backend.c index 4c2afbc..71e7099 100644 --- a/backend.c +++ b/backend.c @@ -11598,6 +11598,7 @@ LoadGameOneMove (ChessMove readAhead) toX = currentMoveString[2] - AAA; toY = currentMoveString[3] - ONE; promoChar = currentMoveString[4]; + if(promoChar == ';') promoChar = NULLCHAR; break; case WhiteDrop: