cvs commit: src/usr.bin/ctags ctags.c

Stefan Farfeleder stefanf at FreeBSD.org
Tue Jul 18 07:29:43 UTC 2006


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


More information about the cvs-all mailing list