stefanf 2006-07-18 07:29:42 UTC
FreeBSD src repository
Modified files:
usr.bin/ctags ctags.c
Log:
Fix type mismatch between char * and unsigned char *. C guarantees that
the values of the characters here are positive, so it's safe to index arrays
with them.
Revision Changes Path
1.20 +1 -1 src/usr.bin/ctags/ctags.c