mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Missed one
This commit is contained in:
@@ -95,7 +95,7 @@ decode :: proc(data: string, DEC_TBL := DEC_TABLE, allocator := context.allocato
|
|||||||
if len(data) == 0 do return []byte{};
|
if len(data) == 0 do return []byte{};
|
||||||
|
|
||||||
outi := 0;
|
outi := 0;
|
||||||
olen := len(data);
|
olen := len(data);
|
||||||
data := data;
|
data := data;
|
||||||
|
|
||||||
out := make([]byte, len(data) / 8 * 5, allocator);
|
out := make([]byte, len(data) / 8 * 5, allocator);
|
||||||
|
|||||||
Reference in New Issue
Block a user