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.
1 file changed