ben 96/04/12 10:50:02
Modified: src mod_dir.c
Log:
Thinking about it more carefully, the previous version must have been legal,
and desirable. Revert to the old construction but with the right number.
Revision Changes Path
1.8 +1 -1 apache/src/mod_dir.c
Index: mod_dir.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_dir.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_dir.c 1996/04/12 17:45:03 1.7
--- mod_dir.c 1996/04/12 17:50:01 1.8
***************
*** 617,623 ****
t2 = pstrcat(scratch, t2, "</A>", NULL);
} else
{
! char *buff=" ";
t2 = escape_html(scratch, t);
buff[23-len] = '\0';
t2 = pstrcat(scratch, t2, "</A>", buff, NULL);
--- 617,623 ----
t2 = pstrcat(scratch, t2, "</A>", NULL);
} else
{
! char buff[24]=" ";
t2 = escape_html(scratch, t);
buff[23-len] = '\0';
t2 = pstrcat(scratch, t2, "</A>", buff, NULL);