X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=f42c0e6c312460742dd944d1765398bd2f001788;hb=c2fc80e5d16339266b5bf6687fa843ff65de3b3e;hp=6ac64d4309b1c0531b1c32ff61371343e0bee849;hpb=e1919384a23fe728422f995369161efa192380db;p=stockfish diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 6ac64d43..f42c0e6c 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -107,7 +107,7 @@ void benchmark(istringstream& is) { for (size_t i = 0; i < fens.size(); i++) { - Position pos(fens[i], false); + Position pos(fens[i], false, NULL); cerr << "\nPosition: " << i + 1 << '/' << fens.size() << endl;