diff lib/ChangeLog @ 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 f07e06abfead
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: