Minor fix

This commit is contained in:
gingerBill
2022-06-11 15:57:56 +01:00
parent bd502d16bc
commit 38ff2a3ed9

View File

@@ -49,7 +49,7 @@ marshal_to_writer :: proc(w: io.Writer, v: any) -> (err: Marshal_Error) {
unreachable()
case runtime.Type_Info_Integer:
buf: [21]byte
buf: [40]byte
u: u128
switch i in a {
case i8: u = u128(i)