X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=121575f554525c6a2b13b52140a7d4d6fa2f86b6;hp=1a2b45d7eb92053e5f0cd55208832775c475ed44;hb=efeb37c33f15a903dbe5706529a7a26511e9ca58;hpb=d2d953713f053c6add74a7c1f7c2a66440a99f50 diff --git a/src/search.cpp b/src/search.cpp index 1a2b45d7..121575f5 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; @@ -2324,7 +2324,7 @@ split_point_start: // At split points actual search starts from here if (!ok) { cout << "Failed to create thread number " << i << endl; - Application::exit_with_failure(); + exit(EXIT_FAILURE); } // Wait until the thread has finished launching and is gone to sleep