From 6b634d5e4604af01c86155def315c43c251fa8db Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 25 Sep 2020 15:54:23 +0100 Subject: [PATCH] Fix fmt with -vet --- core/fmt/fmt.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index 1060986e6..7252f31ed 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -1297,7 +1297,7 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) { v := v; w := len(buf); print := false; - for i in 0..