From: Paul Eggert Date: Wed, 10 Sep 2003 07:27:34 +0000 (+0000) Subject: unsigned char -> char in strchrnul X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383599de8d798d99e2121cf29b579a6529e64243;p=pspp unsigned char -> char in strchrnul --- 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: