From: Yann Dirson Date: Tue, 15 Oct 2013 22:28:44 +0000 (+0200) Subject: When in check, complain with the requested move. X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=35748cbc0a7747d94b9c6c1e5d675b7a2c58320f;p=gnushogi.git When in check, complain with the requested move. Looks like in xshogi mode we were complaining by explicitly using the algebraic notation, but apparently noone forces us to do so. --- diff --git a/gnushogi/commondsp.c b/gnushogi/commondsp.c index ea38293..157d852 100644 --- a/gnushogi/commondsp.c +++ b/gnushogi/commondsp.c @@ -302,7 +302,7 @@ VerifyMove(char *s, VerifyMove_mode iop, unsigned short *mv) if (NOT_CURSES) { /* Illegal move in check */ - printf(CP[77], mvstr[0]); + printf(CP[77], s); printf("\n"); } else