You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/03/02 14:32:26 UTC

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

stas        2003/03/02 05:32:26

  Modified:    xs/Apache/RequestIO Apache__RequestIO.h
  Log:
  copy-n-paste fix
  
  Revision  Changes    Path
  1.35      +1 -1      modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h
  
  Index: Apache__RequestIO.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Apache__RequestIO.h	2 Mar 2003 13:28:13 -0000	1.34
  +++ Apache__RequestIO.h	2 Mar 2003 13:32:26 -0000	1.35
  @@ -141,7 +141,7 @@
       request_rec *r;
       
       /* this also magically assings to r ;-) */
  -    mpxs_usage_va_1(r, "$r->print(...)");
  +    mpxs_usage_va_1(r, "$r->rflush()");
   
       rcfg = modperl_config_req_get(r);