X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=3812a3792c17d068cdb0bccd575e2a3922088f34;hp=21bbb88472d4ce55b1fb5e56eba372a333e074c7;hb=0ff91e16da5d66d7b47274203d460ff0144f1e39;hpb=c2df60048e8fbbca5dff66b98e4e0f4bf1413821 diff --git a/src/uci.cpp b/src/uci.cpp index 21bbb884..3812a379 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -314,7 +314,7 @@ namespace { string token; int depth, tm, n; - Position pos = RootPosition; + Position pos(RootPosition); if (!(uip >> depth)) return;