X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..8563731b02ce9d750806f6b1769af8b399d964e8:/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;