X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=9be9cccd52a68ee8c2939539cbc88f12a60eefde;hp=cdd38407c6dff60b23c166e812d20d2da80f1659;hb=0f81f97bb6e7b3a8f8489d468cfc045e9b0a1849;hpb=d9b96f0e492583bfb461e7e3c9510ddeae1e3fce diff --git a/src/search.cpp b/src/search.cpp index cdd38407..9be9cccd 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -2013,7 +2013,7 @@ split_point_start: // At split points actual search starts from here int t = current_search_time(); // Poll for input - if (data_available()) + if (input_available()) { // We are line oriented, don't read single chars std::string command;