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