Skip to content

Commit

Permalink
chore: update dependencies to fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraviolet-jordan committed Apr 19, 2024
1 parent f3e7432 commit 7fd064f
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 785 deletions.
2 changes: 1 addition & 1 deletion assembly/bz2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function decompress(): void {
let gPos: i32 = groupPos - 1;
let zn: i32 = gMinlen;
let zvec: i32;
let zj: u8;
let zj: u8 = 0;
for (zvec = getBits(gMinlen); zvec > unchecked(gLimit[zn]); zvec = (zvec << 1) | zj) {
zn++;
zj = getBit();
Expand Down
Loading

0 comments on commit 7fd064f

Please sign in to comment.