Fix parsing of O-O and O-O-O after FEN pasting in FRC
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 17 Jan 2010 13:17:10 +0000 (14:17 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 17 Jan 2010 18:53:42 +0000 (10:53 -0800)
commit279acb024a1a07a66d0591c51b2893d7ecb14c79
tree0d57994a5da69b840784ce6465b4fe3e7c95344f
parent34a1ee8183b6ffa6f91a019097a8a6d4290dd331
Fix parsing of O-O and O-O-O after FEN pasting in FRC

Because the initial rights were not set in the FEN reader, the
initial rights of the previous game remained in force, so that the
parser did not understand OO-castling (although it would allow KxR
castling).
backend.c