From: Frédéric Marchal Date: Tue, 25 Aug 2009 19:43:33 +0000 (+0000) Subject: Applied Gentoo patch 10_all_sarg-2.2.5-enlarge-day-mon-buffers.patch X-Git-Tag: v2_2_6~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6948747e72e13f97a7cb41ee485a98566f3bb45b;p=thirdparty%2Fsarg.git Applied Gentoo patch 10_all_sarg-2.2.5-enlarge-day-mon-buffers.patch --- diff --git a/index.c b/index.c index 24b1f78..a1f58dd 100644 --- a/index.c +++ b/index.c @@ -47,7 +47,7 @@ void make_index(void) char tbytes[20]; char media[20]; char ftime[128]; - char day[4], mon[4], year[6], hour[10]; + char day[16], mon[16], year[6], hour[10]; char h[3], m[3], s[3]; int cstatus; char y1[5], y2[5];