Work-around for move during ponder
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 28 Oct 2014 19:45:23 +0000 (20:45 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 28 Oct 2014 19:45:23 +0000 (20:45 +0100)
commitd7b4912c91352afe825b55def9eaa7ed2117299b
treeb32caee95301cf60059ac7466ac6f6e5aaf04190
parent7baf116260ab2945f3dd74ee7bc93bd77cad5bc7
Work-around for move during ponder

When engines, in violation of UCI specs, moved during ponder without
waiting for 'stop' or 'ponderhit', UCI2WB would pass their move out
of turn to the GUI, and hang when the opponent would move, waiting
for an engine move that had already come. We now ignore such a
premature ending of the ponder search, like no ponder search was
made at all. And we give an error message in the engine output.
UCI2WB.c