Fix periodic updates
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 22:36:34 +0000 (23:36 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 22:48:41 +0000 (23:48 +0100)
commit35910dfcb34a442657bb5508cda8059f9f0ba32c
tree3116a9047c415b069e7c88d4678464ec8b9ad2d3
parent0168204e5e2883c2e5ed733329bd8cf255a4337d
Fix periodic updates

The move and move number were not available for the stat01 commands,
because the code to collect the moves for the go-searchmoves command
would prevent parsing of the entire info command. So this collection
is now done last, and also made responsible for extracting the
current move.
UCI2WB.c