Index: stat.c =================================================================== --- stat.c (revision 26938) +++ stat.c (revision 26939) @@ -165,7 +165,7 @@ fprintf(f, "ha:pcb-rnd-board-stats-v2 {\n"); fprintf(f, " ha:meta {\n"); fprintf(f, " date={%s}\n", buff); - fprintf(f, " built=%d\n", options[HA_built].lng); + fprintf(f, " built=%ld\n", options[HA_built].lng); fprintf(f, " lht_built=%s\n", (options[HA_lht_built].lng ? "yes" : "no")); fprintf(f, " orig_rnd=%s\n", (options[HA_orig].lng ? "yes" : "no")); fprintf(f, " first_ver=%s\n", options[HA_first_ver].str_value);