diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index b157494d1..639867a1b 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,12 @@ +2000-02-16 Assar Westerlund + + * snprintf.c (PARSE_INT_FORMAT): note that shorts are actually + transmitted as ints + (according to the integer protomotion rules) in variable arguments + lists. Therefore, we should not call va_arg with short but rather + with int. See for + original bug report + 2000-02-13 Assar Westerlund * Makefile.am: bump version to 7:0:2