Post-merge fixes.

This commit is contained in:
Tomasz Sobczyk
2021-05-24 11:45:21 +02:00
parent 127c1f2fe2
commit a4605860c6
7 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ void UCI::loop(int argc, char* argv[]) {
else if (token == "tasktest")
{
Threads.execute_with_workers([](auto& th) {
std::cout << th.thread_idx() << '\n';
std::cout << th.id() << '\n';
});
}
else if (!token.empty() && token[0] != '#')