# HG changeset patch # User Andreas Schwab # Date 1018746173 0 # Node ID 2575114cfbee42429354f9c8c0590387eaab6156 # Parent 7a0ad319b38f2b38bf5e4dd5d69914a1bc468983 *** empty log message *** diff -r 7a0ad319b38f -r 2575114cfbee lib-src/ChangeLog --- a/lib-src/ChangeLog Sun Apr 14 01:02:36 2002 +0000 +++ b/lib-src/ChangeLog Sun Apr 14 01:02:53 2002 +0000 @@ -1,3 +1,9 @@ +2002-04-14 Andreas Schwab + + * update-game-score.c (read_score): Fix type of second parameter + of getdelim to be of type size_t instead of int. Use 0 instead of + ESUCCES. + 2002-04-10 Colin Walters * update-game-score.c: (toplevel): Include stdarg.h.