Matthew Dillon writes:
> goto match_failure;
> } else {
> p0 = p = va_arg(ap, char *);
> - while (ccltab[*inp]) {
> + while (ccltab[(int)(unsigned char)*inp]) {
> inr--;
> *p++ = *inp++;
> if (--width == 0)
Just curious.. why do you need the "(int)" cast?
-Archie
___________________________________________________________________________
Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message