Fix recognition of CECP 'level' command
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 15:09:56 +0000 (17:09 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 16:16:42 +0000 (18:16 +0200)
commitf0f38d58e00c744e106c9c70e58d094f95cf9998
tree211d93f0e81a80a127ac2f4985c3824c3ff313a1
parent554e685e6c47d5e6c7baff69304d89064a0f49b7
Fix recognition of CECP 'level' command

As the sscanf to extract the TC parameters was attempting to match the
initial keyword 'level' as well, while the first byte of the input buffer
had already been zeroed to mark the command as processed, the 'level'
command was completely ignored, and CrazyWa was always playing at its
default TC of 40 moves / 5 min.
dropper.c