[EMAIL PROTECTED] wrote:
geoff 2004/01/23 07:01:01

  Modified:    xs/Apache/ServerUtil Apache__ServerUtil.h
               xs/Apache/RequestUtil Apache__RequestUtil.h
  Log:
  remove unnecessary escape sequence that prevented compilation

Thanks Geoff. Perl, C, C, Perl, #, //, /* */, $, no $ ;)


  -        Perl_croak(aTHX_ "\$s->add_config() has failed: %s", errmsg);
  +        Perl_croak(aTHX_ "$s->add_config() has failed: %s", errmsg);


__________________________________________________________________
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]



Reply via email to