[EMAIL PROTECTED] writes: > brianp 02/05/23 18:07:47 > > Modified: strmatch apr_strmatch.c > Log: > Switched to unsigned chars in the searching functions to avoid > problems when input strings contain character values > 127 > Reported by: Cliff Woolley
ouch, lots of compile errors with native compiler on AIX (invalid operations between pointers to char of different signed-ness) I'll start playing with this in a minute... -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
