X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=6027295d94d67ed507de3de614db236d26f9e3b2;hp=b82eeff556bacbf1b2a66b0dbdd0341d9bb6f8f3;hb=535f70088e6fbf19f4775490edab050006734814;hpb=1b69910865a4add283ba32626acce4e03553a51c diff --git a/src/uci.cpp b/src/uci.cpp index b82eeff5..6027295d 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -174,7 +174,7 @@ void UCI::loop(int argc, char* argv[]) { else Search::Limits.ponder = false; } - else if (token == "perft" || token == "divide") + else if (token == "perft") { int depth; stringstream ss;