mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix #540
This commit is contained in:
+2
-1
@@ -1036,7 +1036,8 @@ fmt_bit_set :: proc(fi: ^Info, v: any, name: string = "") {
|
|||||||
continue loop;
|
continue loop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
strings.write_i64(fi.buf, i64(i), 10);
|
v := i64(i) + info.lower;
|
||||||
|
strings.write_i64(fi.buf, v, 10);
|
||||||
commas += 1;
|
commas += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user