Stas Bekman wrote:

yup, that's strange. Any difference if you drop (STRLEN):

- char *buf = SvPV(*MARK, (STRLEN)wlen);
+ char *buf = SvPV(*MARK, wlen);

Drop the cast, and lo! I have a new mod_perl binary :)


Now to play with your IPv6 stuff and see if it fixed the old
problems.

thanks!

Carl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to