X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.c;fp=moves.c;h=843593d30c370810aa6d3fb97d73449610636047;hb=696ddbf969b1c965cdcdb8b52466c4c058c8b16d;hp=d0fc45e9562584424420e24228063577006077e1;hpb=990d9ed0a1ecd1bca2f83a30f628ab375313bdf9;p=xboard.git diff --git a/moves.c b/moves.c index d0fc45e..843593d 100644 --- a/moves.c +++ b/moves.c @@ -206,8 +206,8 @@ CollectPieceDescriptors () // but suppress black pieces that are the same as their white counterpart ChessSquare p; static char buf[MSG_SIZ], s[2]; - char *m, c, d, *pieceName = defaultName; - int len; + char *m, *pieceName = defaultName; + int len, c, d; *buf = NULLCHAR; if(!pieceDefs) return ""; if(gameInfo.variant == VariantChu) return ""; // for now don't do this for Chu Shogi