mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Update fmt.odin
This commit is contained in:
@@ -1354,7 +1354,6 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
||||
|
||||
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