--- output.c.orig Fri Sep 29 06:51:42 2000
+++ output.c Thu May 17 16:33:07 2001
@@ -535,13 +535,13 @@
"
%lu" \
" | \n",msg_mtot_tf,t_file);
/* Total Pages */
- fprintf(out_fp,"| %s %s | \n" \
+ fprintf(out_fp,"
| %s | \n" \
"%lu" \
- " |
\n",msg_h_total, msg_h_pages, t_page);
+ "\n",msg_mtot_tp, t_page);
/* Total Visits */
- fprintf(out_fp,"| %s %s | \n" \
+ fprintf(out_fp,"
| %s | \n" \
"%lu" \
- " |
\n",msg_h_total, msg_h_visits, t_visit);
+ "\n",msg_mtot_tv, t_visit);
/* Total XFer */
fprintf(out_fp,"| %s | \n" \
"%.0f" \
|