]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Better comments and enums in the proto file.
[stockfish] / src / main.cpp
index ee0f135aa3def8167b1caf7aa284ce16a665449e..b6639f26656b6e84955e71c6815a51f1a6d34066 100644 (file)
@@ -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;
        }