Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Never print nodes=0 (e.g. in a TB position)
  • Loading branch information
basil00 committed May 12, 2016
1 parent 8981253 commit 2f2473a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gull.cpp
Expand Up @@ -6337,6 +6337,7 @@ void send_best_move() {
#else
snodes = nodes;
#endif
snodes += (snodes == 0);
fprintf(stdout,"info nodes %lld score cp %d\n",snodes,best_score);
if (!best_move) return;
Current = Data;
Expand Down

0 comments on commit 2f2473a

Please sign in to comment.