commit | d055e6a45a17673b8dd3ec16e786bb2fe1700dd5 | [log] [tgz] |
---|---|---|
author | Rich Felker <[email protected]> | Mon Mar 20 13:48:50 2023 -0400 |
committer | Rich Felker <[email protected]> | Mon Mar 20 13:48:50 2023 -0400 |
tree | 1452f24f43ecddfa709af92097bab3cadca7086f | |
parent | b6811019e62a7561a4922f90e54b30ac306efe0b [diff] |
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.