Fix bug in converting Shogi moves
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 9 May 2012 19:05:34 +0000 (21:05 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 9 May 2012 19:05:34 +0000 (21:05 +0200)
commitf3ac0c6de501ca2f972ae2047739619ba7010c2a
tree565ab5b7987fadb0ce0e6a04018f75ca4298367b
parent19d15a4533382e6c7ff78165279151bef8209aee
Fix bug in converting Shogi moves

The patch that put the move conversion in separate routines broke UCI2WB
for Shogi, because it still tested for LF to recognize non-promotions,
while the move now was null-terminated.
README.txt
UCI2WB.c