X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..8d61a39c1f636b7edd184767225492a4d5dacde5:/zotnet/tws/dtime.c diff --git a/zotnet/tws/dtime.c b/zotnet/tws/dtime.c index 7e791f34..bbfccf0f 100644 --- a/zotnet/tws/dtime.c +++ b/zotnet/tws/dtime.c @@ -5,6 +5,7 @@ * $Id$ */ +#include "h/mh.h" /* for snprintf() */ #include #include @@ -247,7 +248,7 @@ dgmtime (time_t *clock) char * dctime (struct tws *tw) { - static char buffer[25]; + static char buffer[26]; if (!tw) return NULL;