From: Frédéric Marchal Date: Tue, 25 Aug 2009 19:44:16 +0000 (+0000) Subject: Applied Gentoo patch 12_all_sarg-2.2.5-enlarge-ntemp.patch. X-Git-Tag: v2_2_6~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12afa4e69aa06d42483b26766dcda83346118fb5;p=thirdparty%2Fsarg.git Applied Gentoo patch 12_all_sarg-2.2.5-enlarge-ntemp.patch. --- diff --git a/topsites.c b/topsites.c index 0984de3..d7cd5a5 100644 --- a/topsites.c +++ b/topsites.c @@ -30,13 +30,13 @@ void topsites(void) { FILE *fp_in, *fp_ou; - + char url[MAXLEN]; char ourl[MAXLEN]; char nacc[20]; char nbytes[20]; char ntime[20]; - char ntemp[40]; + char ntemp[255]; char ttnacc[20]; char ttnbytes[20]; char ttntime[20];