diff options
Diffstat (limited to 'stream.c')
-rw-r--r-- | stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2209,7 +2209,7 @@ val vformat(val stream, val fmtstr, va_list vl) do_digits: switch (saved_state) { case vf_width: - if (width < 0) { + if (digits < 0) { width = -digits; align = al_left; } else { |