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

View File

@@ -426,7 +426,7 @@ namespace Stockfish::Tools
ps.move = search_pv[0];
ps.padding = 0;
out.write(th.thread_idx(), ps);
out.write(th.id(), ps);
auto p = num_processed.fetch_add(1) + 1;
if (p % 10000 == 0)