X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=b6639f26656b6e84955e71c6815a51f1a6d34066;hp=ee0f135aa3def8167b1caf7aa284ce16a665449e;hb=6f00ea1c0fa32f3c1923e7e29a70cfc0d8dc1cc5;hpb=15b5948cca6fad15a156145522719469a4532f71 diff --git a/src/main.cpp b/src/main.cpp index ee0f135a..b6639f26 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ public: response->set_value(entry->value()); response->set_eval(entry->eval()); response->set_depth(entry->depth()); - response->set_bound(entry->bound()); + response->set_bound(HashProbeResponse::ValueBound(entry->bound())); } return Status::OK; }