dgaudet     99/05/01 10:13:05

  Modified:    src/modules/standard mod_autoindex.c
  Log:
  fix a slight problem with my recent fix to mod_autoindex
  
  Submitted by: Raymond S Brand <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.104     +2 -2      apache-1.3/src/modules/standard/mod_autoindex.c
  
  Index: mod_autoindex.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_autoindex.c,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- mod_autoindex.c   1999/04/21 02:00:55     1.103
  +++ mod_autoindex.c   1999/05/01 17:13:04     1.104
  @@ -1167,8 +1167,8 @@
              nwidth = name_width;
            }
            ap_rvputs(r, " <A HREF=\"", anchor, "\">",
  -           ap_escape_html(scratch, t2), pad_scratch + nwidth,
  -           "</A>", NULL);
  +           ap_escape_html(scratch, t2), "</A>", pad_scratch + nwidth,
  +           NULL);
            /*
             * The blank before the storm.. er, before the next field.
             */
  
  
  

Reply via email to