cvs commit: src/lib/libc/string index.c rindex.c

Jordan K. Hubbard jkh at FreeBSD.org
Tue Dec 16 18:46:50 PST 2003


jkh         2003/12/16 18:46:48 PST

  FreeBSD src repository

  Modified files:
    lib/libc/string      index.c rindex.c 
  Log:
  Do comparison using appropriate casting first, as per SUSv3 (search for first
  [last] character, not int).
  
  Revision  Changes    Path
  1.6       +2 -1      src/lib/libc/string/index.c
  1.6       +2 -1      src/lib/libc/string/rindex.c


More information about the cvs-src mailing list