Files
semi-libc/src
Rich Felker 4aac019a0e fix padding string formats to width in wide printf variants
the idiom fprintf(f, "%.*s", n, "") was wrongly used in vfwprintf as a
means of producing n spaces; instead it produces no output. the
correct form is fprintf(f, "%*s", n, ""), using width instead of
precision, since for %s the later is a maximum rather than a minimum.
2016-03-16 16:35:22 -04:00
..
2016-03-06 17:03:01 -05:00
2016-03-06 17:41:56 +00:00
2016-03-06 17:41:56 +00:00
2016-03-02 21:35:40 -05:00
2016-03-06 17:03:01 -05:00
2016-03-06 17:41:56 +00:00
2016-03-06 17:41:56 +00:00
2016-03-06 17:41:56 +00:00