You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/03/06 05:25:47 UTC

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

dgaudet     98/03/05 20:25:46

  Modified:    src/modules/standard mod_autoindex.c
  Log:
  indent
  
  Revision  Changes    Path
  1.69      +2 -2      apache-1.3/src/modules/standard/mod_autoindex.c
  
  Index: mod_autoindex.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_autoindex.c,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- mod_autoindex.c	1998/02/12 02:18:43	1.68
  +++ mod_autoindex.c	1998/03/06 04:25:45	1.69
  @@ -1150,8 +1150,8 @@
   
       if (allow_opts & OPT_INDEXES) {
   	/* KLUDGE --- make the sub_req lookups happen in the right directory.
  -	   * Fixing this in the sub_req_lookup functions themselves is difficult,
  -	   * and would probably break virtual includes...
  +	 * Fixing this in the sub_req_lookup functions themselves is difficult,
  +	 * and would probably break virtual includes...
   	 */
   
   	if (r->filename[strlen(r->filename) - 1] != '/') {