Fix parsing of SAN shogi promotions
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 5 Jul 2010 08:00:01 +0000 (10:00 +0200)
committerArun Persaud <arun@nubati.net>
Wed, 14 Jul 2010 04:25:13 +0000 (21:25 -0700)
commit0f8af5270ac41f2b66af445c5eaf35ba9c55cb68
tree6d697178f0357530d41dfe1c4fc6e0da08c6296d
parent35958a4e08bb03564ef2c98672a146e9c23365c7
Fix parsing of SAN shogi promotions

A missing promotion character defaults to promotion in the move type,
but the promotion character was not set when this happened in variant
shogi. And it is especially important there, as the promotion character
'+' will always be missing, as the parser will take it to be a 'check'
symbol, and strip it from the move.
moves.c