]> Savannah Git Hosting - gnulib.git/commit
vasnprintf: Fix handling of # flag in %b, %B directives.
authorBruno Haible <bruno@clisp.org>
Thu, 10 Apr 2025 08:42:12 +0000 (10:42 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 14 Apr 2025 22:41:09 +0000 (00:41 +0200)
commit9bdacf26af3e94aa171f23edd5aff8a1906aa981
treee9e56419eda7630dadc1763410c6f565886276b2
parente883ed075624556e629746d2712a5ec465cea301
vasnprintf: Fix handling of # flag in %b, %B directives.

* lib/vasnprintf.c (VASNPRINTF): In the prec_ourselves code, treat a 0b
prefix like a 0x prefix.
ChangeLog
lib/vasnprintf.c