On Tue, 25 Jun 2002, Stas Bekman wrote: > this looks like a typo to me
indeed, +1 > Index: xs/Apache/Filter/Apache__Filter.h > =================================================================== > RCS file: /home/cvs/modperl-2.0/xs/Apache/Filter/Apache__Filter.h,v > retrieving revision 1.18 > diff -u -r1.18 Apache__Filter.h > --- xs/Apache/Filter/Apache__Filter.h 25 Jan 2002 04:04:22 -0000 1.18 > +++ xs/Apache/Filter/Apache__Filter.h 25 Jun 2002 03:09:42 -0000 > @@ -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)) \ > > > __________________________________________________________________ > Stas Bekman JAm_pH ------> Just Another mod_perl Hacker > http://stason.org/ mod_perl Guide ---> http://perl.apache.org > mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com > http://modperlbook.org http://apache.org http://ticketmaster.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
