mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 03:24:19 +00:00
Update fmt.odin
This commit is contained in:
@@ -1353,8 +1353,7 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
||||
actual_field_count := len(info.names);
|
||||
|
||||
n := uintptr(info.soa_len);
|
||||
|
||||
fields_are_ptrs := false;
|
||||
|
||||
if info.soa_kind == .Slice {
|
||||
actual_field_count = len(info.names)-1; // len
|
||||
|
||||
|
||||
Reference in New Issue
Block a user