Skip to content

Commit a162626

Browse files
committed
Use BUF_SIZE
1 parent a71917a commit a162626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/fmt/fmt.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ _fmt_int :: proc(fi: ^Info, u: u64, base: int, is_signed: bool, bit_size: int, d
10671067
}
10681068
}
10691069

1070-
buf: [256]byte
1070+
buf: [BUF_SIZE]byte
10711071
start := 0
10721072

10731073
if fi.hash && !is_signed {

0 commit comments

Comments
 (0)