X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=997732131408d314efbb913b3ed87f838e6f9a87;hb=b36900ef44044e9ab96637c9da7a4d7ea5b055d9;hp=1a2b45d7eb92053e5f0cd55208832775c475ed44;hpb=d2d953713f053c6add74a7c1f7c2a66440a99f50;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 1a2b45d7..99773213 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1936,7 +1936,7 @@ split_point_start: // At split points actual search starts from here int t = current_search_time(); // Poll for input - if (Bioskey()) + if (data_available()) { // We are line oriented, don't read single chars std::string command;