From 12afa4e69aa06d42483b26766dcda83346118fb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Tue, 25 Aug 2009 19:44:16 +0000 Subject: [PATCH] Applied Gentoo patch 12_all_sarg-2.2.5-enlarge-ntemp.patch. --- topsites.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; -- 2.47.2