Update to gnulib 312af25ba220ccff068245f0dc698e9bcc8f03f8

* lib/.gitignore, lib/c-ctype.h, lib/msvc-inval.c, lib/stdalign.in.h,
lib/vasnprintf.c, lib/verify.h, m4/extern-inline.m4, m4/stdalign.m4:
Update.
This commit is contained in:
Alexandre Duret-Lutz 2013-07-18 17:27:53 +02:00
parent 904ff6a555
commit 96f32c73fb
8 changed files with 108 additions and 76 deletions

View file

@ -5153,7 +5153,8 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp,
size_t tmp_length =
MAX_ROOM_NEEDED (&a, dp->arg_index,
dp->conversion, type, flags,
width, has_precision,
has_width ? width : 0,
has_precision,
precision, pad_ourselves);
if (maxlen < tmp_length)