Comment 32 for bug 1109327

Revision history for this message
In , Jonathan Nieder (jrnieder) wrote :

Created attachment 6475
Test swprintf's handling of incomplete multibyte characters

(In reply to comment #22)
> That's because you made the classic printf mistake of confusing width and
> precision.
>
> Try L"%.3s".

Good catch, thanks. Here's a corrected test, which works fine.