Skip to content

Commit ebfb787

Browse files
committed
Declare Bits variable in Unpack20()
1 parent 5adb3e9 commit ebfb787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

archive/unrar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ function Unpack15(bstream, Solid) {
509509
function Unpack20(bstream, Solid) {
510510
const destUnpSize = rBuffer.data.length;
511511
let oldDistPtr = 0;
512+
let Bits;
512513

513514
if (!Solid) {
514515
RarReadTables20(bstream);

0 commit comments

Comments
 (0)