Fix parsing of player time in USI protocol
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 6 Mar 2021 09:52:50 +0000 (10:52 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 6 Mar 2021 09:52:50 +0000 (10:52 +0100)
commit4f464fce39b8db5ea039d7e84c021cd16dfaba9b
treef178887a753f1a1d5103c0e245c6974707b85190
parent02a65ba62edefa680dcd08c780b3870e57417837
Fix parsing of player time in USI protocol

Since white and black are interchanged in the USI protocol,
the parsing of the player time needs to consider that.

Closes #269.
src/uci.cpp