]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Applied Gentoo patch 12_all_sarg-2.2.5-enlarge-ntemp.patch.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 25 Aug 2009 19:44:16 +0000 (19:44 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 25 Aug 2009 19:44:16 +0000 (19:44 +0000)
topsites.c

index 0984de3f65398e49c1530deaf841c73fe4531437..d7cd5a593fa4f07a1263e712e569b7529bfd6da0 100644 (file)
@@ -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];