--- /n/sources/plan9/sys/src/cmd/replica/applylog.c Sat May 21 11:00:08 2011 +++ /sys/src/cmd/replica/applylog.c Fri Jun 19 00:00:00 2026 @@ -90,7 +90,7 @@ readtimefile(void) if(n < sizeof buf) return; - maxnow = atoi(buf); + maxnow = strtoul(buf, 0, 10); maxn = atoi(buf+12); }