diff --git a/utils/runstats.c b/utils/runstats.c index f8323ec6..e461f896 100644 --- a/utils/runstats.c +++ b/utils/runstats.c @@ -176,7 +176,7 @@ RunStatsRealTime(void) static int havetime = 0; long totm, tots, tott, incm, incs, inct; struct timezone dummyz; - static char buf[50]; + static char buf[128]; gettimeofday(&curtime, &dummyz); if (!havetime)