Fix game copy to copy tags and init the board before parsing moves.
commitc4eae474b3e60bdd14cf25172736127bd7c371e9
authorBen Kibbey <bjk@luxsci.net>
Sat, 8 Jun 2013 22:49:12 +0000 (8 18:49 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 8 Jun 2013 22:49:12 +0000 (8 18:49 -0400)
tree7e682b18f6e5a74d403107643a9f78991b48b4c8
parent1b668e3ac3a2f7570e22a5d7058acf5444fe5393
Fix game copy to copy tags and init the board before parsing moves.

Need to call pgn_board_init_fen() in case a copied game contains a FEN
tag. This initializes the board to the FEN tag so parsing of the
copied move history succeeds.
src/cboard.c