X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..1e6e0b5cc1bd2d49ffcef4ea7bb1bb6c256d07b7:/zotnet/tws/dtime.c diff --git a/zotnet/tws/dtime.c b/zotnet/tws/dtime.c index 7e791f34..b4d2eec3 100644 --- a/zotnet/tws/dtime.c +++ b/zotnet/tws/dtime.c @@ -247,7 +247,7 @@ dgmtime (time_t *clock) char * dctime (struct tws *tw) { - static char buffer[25]; + static char buffer[26]; if (!tw) return NULL;