]> Savannah Git Hosting - gnulib.git/commit
unistdio/*printf: Fix negative width handling for %U, %lU, %llU.
authorBruno Haible <bruno@clisp.org>
Sat, 28 Jan 2023 18:39:23 +0000 (19:39 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Feb 2023 02:25:03 +0000 (03:25 +0100)
commitffa1d09d4774b460bdcde5af5be8b3b30bfe5d29
tree668c2b52afe2114c5e7221808e769aa2ab58e745
parente29429542765714059560828c58c726bf0d6341e
unistdio/*printf: Fix negative width handling for %U, %lU, %llU.

* lib/vasnprintf.c (VASNPRINTF): In the code for %U, %lU, %llU, test for
the FLAG_LEFT bit in the flags variable.
ChangeLog
lib/vasnprintf.c