mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Cleanup Bioskey()
And rename in dataAvailable() No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user