]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Fix the handling of opposite bishops in KXK endgame evaluation
[stockfish] / src / uci.cpp
index 58b38779ee2bec226c5cd29002ef345ba3a221c0..a56a54031d07722673f4e95368a01b22a8b64175 100644 (file)
@@ -176,10 +176,8 @@ void UCI::loop(int argc, char* argv[]) {
       if (    token == "quit"
           ||  token == "stop"
           || (token == "ponderhit" && Threads.stopOnPonderhit))
-      {
           Threads.stop = true;
-          Threads.main()->start_searching(true); // Could be sleeping
-      }
+
       else if (token == "ponderhit")
           Threads.ponder = false; // Switch to normal search