--- webalizer-2.01-10/output.c 2008-04-20 22:05:21.000000000 +0200
+++ webalizer-2.01-10-fulldomains/output.c 2008-04-20 20:08:31.000000000 +0200
@@ -1199,13 +1199,13 @@
if (use_https)
/* secure server mode, use https:// */
fprintf(out_fp,
- "%s\n",
- hname,uptr->string,uptr->string);
+ "%s\n",
+ uptr->string,uptr->string);
else
/* otherwise use standard 'http://' */
fprintf(out_fp,
- "%s\n",
- hname,uptr->string,uptr->string);
+ "%s\n",
+ uptr->string,uptr->string);
}
}
}
@@ -1389,13 +1389,13 @@
if (use_https)
/* secure server mode, use https:// */
fprintf(out_fp,
- "%s\n",
- hname,uptr->string,uptr->string);
+ "%s\n",
+ uptr->string,uptr->string);
else
/* otherwise use standard 'http://' */
fprintf(out_fp,
- "%s\n",
- hname,uptr->string,uptr->string);
+ "%s\n",
+ uptr->string,uptr->string);
}
tot_num--;
i++;