X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=28cbacb38f3b6455d7484b5000c1eb09bbb93e77;hp=1b10c7b418697c969f00d8f8b9a4e0ed938db3db;hb=55b16593a487f6874a209d995265d7b88860fcd9;hpb=7614501362896ddee902c1257f1b56ad148bc4d3 diff --git a/src/uci.cpp b/src/uci.cpp index 1b10c7b4..28cbacb3 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -287,7 +287,8 @@ namespace { void perft(Position& pos, UCIParser& up) { - int depth, tm, n; + int depth, tm; + int64_t n; if (!(up >> depth)) return;