Fix spurious setup command at startup
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 20 Sep 2014 07:29:23 +0000 (09:29 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 20 Sep 2014 07:33:05 +0000 (09:33 +0200)
commitd0e4774e9509e069ef252a071be2bdd497c810dd
tree72f4f04c058aa39d7c42d3302ad53a88ed025647
parent8384ca5f4d876fa0b8f480c0a48e8adfff96f7ee
Fix spurious setup command at startup

The vatiable ptc was used uninitialized when the default game description
at the start of the ini file was used in response to LoadGame(NULL),
leading to printing of a spurious setup command with garbage piece-to-char
table, which would wreck the initial setup of XBoard when it started with
legality testing off.
fairymax.c