You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/10/18 14:30:08 UTC

cvs commit: apache-2.0/src/modules/standard mod_rewrite.c

trawick     00/10/18 05:30:08

  Modified:    src/modules/standard mod_rewrite.c
  Log:
  Fix a compile error in mod_rewrite.c.
  
  Revision  Changes    Path
  1.44      +1 -1      apache-2.0/src/modules/standard/mod_rewrite.c
  
  Index: mod_rewrite.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_rewrite.c,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- mod_rewrite.c	2000/10/18 04:50:25	1.43
  +++ mod_rewrite.c	2000/10/18 12:30:07	1.44
  @@ -2352,7 +2352,7 @@
   		if (dflt == NULL) {
   		    dflt = empty;
   		}
  -		else
  +		else {
   		    *dflt++ = '\0';
   		}
   		do_expand(r, key,  xkey,  sizeof(xkey),  briRR, briRC);