Skip to content

Commit

Permalink
fix bug in 'stop' on search
Browse files Browse the repository at this point in the history
  • Loading branch information
gekomad committed Aug 22, 2016
1 parent 9cb37bc commit fb5f772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uci.cpp
Expand Up @@ -98,6 +98,7 @@ void Uci::listner(IterativeDeeping *it) {
knowCommand = true;
searchManager.setRunning(false);
stop = true;
while (it->getRunning());
} else if (token == "ponderhit") {
knowCommand = true;
searchManager.startClock();
Expand Down

0 comments on commit fb5f772

Please sign in to comment.