Fix crash after using setboard (and undo?)
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 19 Jan 2013 16:34:04 +0000 (17:34 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 19 Jan 2013 16:34:04 +0000 (17:34 +0100)
commit4f353c90e7676e1c17760bb00dd7517dde67cbfa
tree18f5bc63badbf77ce726bc818ac1ac6593a06fca
parentfbdf26b9d971d08e990b906d65e27bc463571212
Fix crash after using setboard (and undo?)

The crash was due to an attempt to set up a Lance in Chess. An error message
has been added to detect unknown pieces in setup. Also the ambiguity of N
in FEN between Chess and Chu has been resolved in Convert. The board is
now cleared before calling Setup, by calling Init.
hachu.c