You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/13 04:06:05 UTC

cvs commit: httpd-2.0/modules/echo mod_echo.c

rbb         01/08/12 19:06:05

  Modified:    modules/echo mod_echo.c
  Log:
  Remove a warning from mod_echo.
  Submitted by:	Ian Holsman <ia...@cnet.com>
  
  Revision  Changes    Path
  1.34      +1 -1      httpd-2.0/modules/echo/mod_echo.c
  
  Index: mod_echo.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/echo/mod_echo.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- mod_echo.c	2001/06/06 21:28:20	1.33
  +++ mod_echo.c	2001/08/13 02:06:05	1.34
  @@ -93,7 +93,7 @@
       apr_bucket_brigade *bb;
       apr_bucket *b;
       apr_status_t rv;
  -    int zero = 0;
  +    apr_off_t zero = 0;
       EchoConfig *pConfig = ap_get_module_config(c->base_server->module_config,
                                                  &echo_module);