X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=zotnet%2Ftws%2Fdtime.c;h=bbfccf0f45e797204a00bd4899ad1a171a892584;hb=f2cc76d9a760ebf86b61d609696999330449aecb;hp=7e791f342373bdf476b98002f4be4737a3ae664b;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/zotnet/tws/dtime.c b/zotnet/tws/dtime.c index 7e791f3..bbfccf0 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;