unsigned char -> char in strchrnul
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2003 07:27:34 +0000 (07:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2003 07:27:34 +0000 (07:27 +0000)
lib/ChangeLog

index 761e52c10866c73b6487c38793f429f305a58a8f..dd98b654d0bfbcdf5d94a22f6ab5d902721148e5 100644 (file)
        (free): Remove decl.
 
        * strchrnul.c (strchrnul): Define with a prototype.
-       Fix bug: c_in was not converted to unsigned char before searching.
+       Fix bug: c_in was not converted to char before searching.
 
        The following changes are not K&R related: