Skip to content

Commit

Permalink
Merge pull request #1 from yhx-12243/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhx-12243 authored Apr 15, 2020
2 parents 39583eb + 8e4a7b6 commit 0bbc062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rawdeflate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ var zip_gen_bitlen = function(desc) { // the tree descriptor
continue;
if(tree[m].dl != bits) {
zip_opt_len += (bits - tree[m].dl) * tree[m].fc;
tree[m].fc = bits;
tree[m].dl = bits;
}
n--;
}
Expand Down

0 comments on commit 0bbc062

Please sign in to comment.