mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-09 14:32:41 +00:00
Use BUF_SIZE
This commit is contained in:
@@ -1067,7 +1067,7 @@ _fmt_int :: proc(fi: ^Info, u: u64, base: int, is_signed: bool, bit_size: int, d
|
||||
}
|
||||
}
|
||||
|
||||
buf: [256]byte
|
||||
buf: [BUF_SIZE]byte
|
||||
start := 0
|
||||
|
||||
if fi.hash && !is_signed {
|
||||
|
||||
Reference in New Issue
Block a user