gnulib/vasprintf: handle unsigned modifier for long long
authorAurélien Zanelli <aurelien.zanelli@parrot.com>
Tue, 3 Feb 2015 14:41:05 +0000 (15:41 +0100)
committerColin Walters <walters@verbum.org>
Tue, 3 Feb 2015 16:48:18 +0000 (11:48 -0500)
commit5b74681f5b4dd3f5fc93b82a4f706c2337d76a8d
tree0235acf92c74046b82ab5f0be6ed82af312a18d5
parentc1b0f178ca4739e7ab2e4e47c4585d41db8637e5
gnulib/vasprintf: handle unsigned modifier for long long

Otherwise, an unsigned integer will be displayed as a signed one if we
use internal printf and if HAVE_LONG_LONG_FORMAT is not defined.

https://bugzilla.gnome.org/show_bug.cgi?id=743936
glib/gnulib/vasnprintf.c