Fix some uninitialized variable bugs
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 16 Oct 2014 15:54:13 +0000 (17:54 +0200)
committerArun Persaud <arun@nubati.net>
Fri, 17 Oct 2014 06:14:05 +0000 (23:14 -0700)
commitcf26b3e8a4d056c93860f4292d9cd5fc5cb00890
treeca43cdd8355c78161f9676b90b65b2d7e7df75a6
parent14005df069bf869fc3185ebb19b3460aa041f1bc
Fix some uninitialized variable bugs

The writing of Seirawan castling rights in FEN was still dependent on a
now unused variable, and encountering a VariantMen tag in a PGN file
could have created the misconception the memory was full.
backend.c
moves.c
pgntags.c