Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2006 07:29:42 +0000 (UTC)
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/ctags ctags.c
Message-ID:  <200607180729.k6I7TgI2015372@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607180729.k6I7TgI2015372>