X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.c;h=c8f8039ab5f0e401ecc2ae7cfb237ab728f1def3;hb=95244a1c40718e9ad8bda9e2df66677e180354d6;hp=ca2625c8c85fbbd25c30421df7545e472b31ab95;hpb=00556ac3560be0593108590342e5d44595743821;p=xboard.git diff --git a/moves.c b/moves.c index ca2625c..c8f8039 100644 --- a/moves.c +++ b/moves.c @@ -261,6 +261,7 @@ LoadPieceDesc (char *s) ASSIGN(pieceDesc[WHITE_TO_BLACK piece], p); } pieceDefs = TRUE; + if(q) *q = ';'; } return ok; }