changeset 4678:27f3f6c02580

unsigned char -> char in strchrnul
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 10 Sep 2003 07:27:34 +0000
parents b95345dafad0
children b3ad36bab412
files lib/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -191,7 +191,7 @@
 	(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: