Fix node count range
[xboard.git] / frontend.h
index 5ac3cf8..bcf2ad0 100644 (file)
@@ -215,7 +215,7 @@ void EnableNamedMenuItem P((char *menuRef, int state));
 typedef struct FrontEndProgramStats_TAG {
     int which;
     int depth;
-    unsigned long nodes;
+    u64 nodes;
     int score;
     int time;
     char * pv;