diff options
Diffstat (limited to 'www/sarg/files/patch-download.c')
-rw-r--r-- | www/sarg/files/patch-download.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/sarg/files/patch-download.c b/www/sarg/files/patch-download.c new file mode 100644 index 000000000000..c607e0f087ba --- /dev/null +++ b/www/sarg/files/patch-download.c @@ -0,0 +1,13 @@ +--- download.c 2006-12-27 19:29:36.000000000 -0200 ++++ download.c 2006-12-27 19:29:16.000000000 -0200 +@@ -57,7 +57,7 @@ + strcpy(wdirname,dirname); + sprintf(report,"%s/download.html",wdirname); + strcat(wdirname,"/"); +- strcat(wdirname,"period"); ++ strcat(wdirname,"sarg-period"); + + if ((fp_in = fopen(wdirname, "r")) == 0) { + fprintf(stderr, "SARG: (download) %s: %s\n",text[45],wdirname); + + |