From 383599de8d798d99e2121cf29b579a6529e64243 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 10 Sep 2003 07:27:34 +0000 Subject: [PATCH] unsigned char -> char in strchrnul --- lib/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 761e52c108..dd98b654d0 100644 --- 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: -- 2.30.2