aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2002-04-14 01:02:53 +0000
committerAndreas Schwab2002-04-14 01:02:53 +0000
commit7605f1bd6c4cdd4a572e32567e6b470423edae77 (patch)
treed2d94eb6b2d319c3230b4aac57b2d75bc3907ecd /lib-src/ChangeLog
parent744ee133cdb52c5a4f559d09940622864b49f288 (diff)
downloademacs-7605f1bd6c4cdd4a572e32567e6b470423edae77.tar.gz
emacs-7605f1bd6c4cdd4a572e32567e6b470423edae77.zip
(read_score): Fix type of second parameter
of getdelim to be of type size_t instead of int. Use 0 instead of ESUCCES.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e480cf1ff47..51534cd53ab 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12002-04-14 Andreas Schwab <schwab@suse.de>
2
3 * update-game-score.c (read_score): Fix type of second parameter
4 of getdelim to be of type size_t instead of int. Use 0 instead of
5 ESUCCES.
6
12002-04-10 Colin Walters <walters@verbum.org> 72002-04-10 Colin Walters <walters@verbum.org>
2 8
3 * update-game-score.c: (toplevel): Include stdarg.h. 9 * update-game-score.c: (toplevel): Include stdarg.h.