]> Savannah Git Hosting - gnulib.git/commit
u*-vasnprintf: Fix handling of %ls, %lc directives on Solaris, MSVC.
authorBruno Haible <bruno@clisp.org>
Tue, 18 Jun 2024 17:18:27 +0000 (19:18 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 18 Jun 2024 17:18:27 +0000 (19:18 +0200)
commit0823ace3be6e33961ece9da45da084ab37d30277
tree61ebb18961736c4736c1af7740118e4d1fbce7ec
parentef47dacd8bc1088110c09aac17ce9099dc7b05b5
u*-vasnprintf: Fix handling of %ls, %lc directives on Solaris, MSVC.

* lib/vasnprintf.c (VASNPRINTF): When implementing the %ls, %lc
directives ourselves: Rename variable 'characters' to 'bytes'. Also
count characters, if necessary for the width handling. Fix
DCHAR_MBSNLEN invocation.
ChangeLog
lib/vasnprintf.c