Fix hanging when playing with book
commite1c58da9b89a2f5a11c9f95a21e34fae681f6944
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Jul 2022 14:15:49 +0000 (17 16:15 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Jul 2022 14:15:49 +0000 (17 16:15 +0200)
tree82ea5893f4c8257c0057a7b0c9ae650ec0de98fd
parentcf6e071dac782b91e759603b65784d83a7333031
Fix hanging when playing with book

The queued input moves were not terminated with a linefeed.
As a result the last move could be fused with a 'go' command that
immediatey followed it, (as it would after loading an opening line),
effectively losing the latter from the queue. The engine would then
not start.
UCI2WB.c