Fix setting default piece from 'choice' command
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 2 Feb 2016 12:10:24 +0000 (13:10 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 2 Feb 2016 12:10:24 +0000 (13:10 +0100)
commitadbd00423d43ae48eaab4bb21183284c93d6b20b
tree4b259dc207a7cc574ff2006288ff699e8085d5e8
parentf439f9680ca51033a0d99b777a994223a041f763
Fix setting default piece from 'choice' command

PieceToCharwas used instead of CharToPiece. In addition it is important
to deduce the color from currentMoe rather than forwardMostMove, as
one could be entering a move in the middle of a game (e.g. when editing
or starting a variation).
backend.c