fix wide printf forms ignoring width for %lc format specifier
authorRich Felker <dalias@aerifal.cx>
Mon, 20 Mar 2023 17:48:50 +0000 (13:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 20 Mar 2023 17:48:50 +0000 (13:48 -0400)
commitd055e6a45a17673b8dd3ec16e786bb2fe1700dd5
tree1452f24f43ecddfa709af92097bab3cadca7086f
parentb6811019e62a7561a4922f90e54b30ac306efe0b
fix wide printf forms ignoring width for %lc format specifier

since the code path for %c was already doing it right, and the logic
is identical, condense them into a single case.
src/stdio/vfwprintf.c