mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add base 12 in strconv.odin
This commit is contained in:
+1
-1
@@ -498,7 +498,7 @@ _write_int :: proc(fi: ^Fmt_Info, u: u64, base: int, is_signed: bool, bit_size:
|
||||
}
|
||||
|
||||
match base {
|
||||
case 2, 8, 10, 16:
|
||||
case 2, 8, 10, 12, 16:
|
||||
break;
|
||||
default:
|
||||
panic("_write_int: unknown base, whoops");
|
||||
|
||||
Reference in New Issue
Block a user