diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index d9f379da0..82d06bc32 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -899,7 +899,7 @@ fmt_string :: proc(fi: ^Info, s: string, verb: rune) { case 's', 'v': strings.write_string(fi.buf, s); if fi.width_set && len(s) < fi.width { - for i in 0..