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/06/02 15:38:05 UTC

cvs commit: apache-2.0/src/main http_core.c

trawick     00/06/02 06:38:04

  Modified:    src/main http_core.c
  Log:
  fix missed change to comment
  
  Revision  Changes    Path
  1.63      +1 -1      apache-2.0/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/http_core.c,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- http_core.c	2000/05/27 22:40:27	1.62
  +++ http_core.c	2000/06/02 13:38:04	1.63
  @@ -2452,7 +2452,7 @@
   	    ap_table_setn(r->headers_out, "Content-MD5",
   			  ap_md5digest(r->pool, fd));
   	}
  -#endif /* CHARSET_EBCDIC */
  +#endif /* APACHE_XLATE */
   
   	rangestatus = ap_set_byterange(r);