diff options
| author | Andreas Schwab | 2002-04-14 01:02:53 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-04-14 01:02:53 +0000 |
| commit | 7605f1bd6c4cdd4a572e32567e6b470423edae77 (patch) | |
| tree | d2d94eb6b2d319c3230b4aac57b2d75bc3907ecd /lib-src/ChangeLog | |
| parent | 744ee133cdb52c5a4f559d09940622864b49f288 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-04-10 Colin Walters <walters@verbum.org> | 7 | 2002-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. |