projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c4888
)
unsigned char -> char in strchrnul
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 10 Sep 2003 07:27:34 +0000
(07:27 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 10 Sep 2003 07:27:34 +0000
(07:27 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 761e52c10866c73b6487c38793f429f305a58a8f..dd98b654d0bfbcdf5d94a22f6ab5d902721148e5 100644
(file)
--- 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: