vet all core packages

This commit is contained in:
gingerBill
2021-01-09 23:43:34 +00:00
parent 9e8c46b8de
commit 3bcccf88d5
7 changed files with 5 additions and 10 deletions
-1
View File
@@ -97,7 +97,6 @@ decode :: proc(data: string, DEC_TBL := DEC_TABLE, allocator := context.allocato
}
outi := 0;
olen := len(data);
data := data;
out := make([]byte, len(data) / 8 * 5, allocator);