(PARSE_INT_FORMAT): note that shorts are actually transmitted as ints
commit3b19f20311a3ef45c6ee7d5a4575cedb1d4cbaa5
authorAssar Westerlund <assar@sics.se>
Wed, 16 Feb 2000 01:38:52 +0000 (16 01:38 +0000)
committerAssar Westerlund <assar@sics.se>
Wed, 16 Feb 2000 01:38:52 +0000 (16 01:38 +0000)
treee19cbee900e5607307c89500c0a8d72f1e3470b6
parent883af47726c4dfe261aec308a958fda917285605
(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 <http://www.debian.org/Bugs/db/57/57919.html> for
original bug report

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7950 ec53bebd-3082-4978-b11e-865c3cabbd6b
lib/roken/snprintf.c