From 0c4bb83e55f1363c90c8a5de15402a076ea51899 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 16 Feb 2000 01:40:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7951 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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