]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Cleanup Bioskey()
[stockfish] / src / search.cpp
index 1a2b45d7eb92053e5f0cd55208832775c475ed44..997732131408d314efbb913b3ed87f838e6f9a87 100644 (file)
@@ -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;