mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Tidy up comments in uci.cpp
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -680,7 +680,7 @@ namespace {
|
||||
{
|
||||
// If we are allowed to ponder do not stop the search now but
|
||||
// keep pondering until GUI sends "ponderhit" or "stop".
|
||||
if (Limits.ponder) // FIXME racing
|
||||
if (Limits.ponder)
|
||||
Signals.stopOnPonderhit = true;
|
||||
else
|
||||
Signals.stop = true;
|
||||
|
||||
Reference in New Issue
Block a user