::> - while (ccltab[*inp]) { ::> + while (ccltab[(int)(unsigned char)*inp]) { : : Actually, it could very well be that I don't. I didn't want to spend : the time to check to see if the compiler warned on unsigned-char array : indexes. You can change it back if unsigned char array indexes do not : produce a warning.
Eer, by 'change it back' I meant 'remove the (int)'. You have to keep the (unsigned char) cast, of course. -Matt Matthew Dillon <dil...@backplane.com> To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message