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 2002/07/01 09:08:45 UTC

cvs commit: modperl-2.0/xs/Apache/Filter Apache__Filter.h

stas        2002/07/01 00:08:45

  Modified:    xs/Apache/Filter Apache__Filter.h
  Log:
  fix a typo: s/output/input/
  
  Revision  Changes    Path
  1.19      +1 -1      modperl-2.0/xs/Apache/Filter/Apache__Filter.h
  
  Index: Apache__Filter.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Filter/Apache__Filter.h,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Apache__Filter.h	25 Jan 2002 04:04:22 -0000	1.18
  +++ Apache__Filter.h	1 Jul 2002 07:08:45 -0000	1.19
  @@ -2,7 +2,7 @@
   ap_add_output_filter(name, ctx, r, NULL)
   
   #define mpxs_Apache__RequestRec_add_input_filter(r, name, ctx) \
  -ap_add_output_filter(name, ctx, r, NULL)
  +ap_add_input_filter(name, ctx, r, NULL)
   
   #define mp_xs_sv2_modperl_filter(sv) \
   ((SvROK(sv) && (SvTYPE(SvRV(sv)) == SVt_PVMG)) \