X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=epd.cpp;h=fab728a402889eaa985915a11472e62858ed4775;hp=75a229c1a275a52a4b66d811c190a77400625dcb;hb=HEAD;hpb=5cd5185613348b13625e257efcd7b2f11ca85276 diff --git a/epd.cpp b/epd.cpp index 75a229c..fab728a 100644 --- a/epd.cpp +++ b/epd.cpp @@ -282,7 +282,7 @@ static void epd_test_file(const char file_name[]) { if (correct) { depth_tot += double(FirstDepth); time_tot += FirstTime; - node_tot += double(FirstNodeNb); + node_tot += double(sint64(FirstNodeNb)); } printf("%2d: %-15s %s %4d",tot,id,correct?"OK":"--",hit);