Code cosmetics unrar.js

This commit is contained in:
Ozzieisaacs 2019-03-16 17:30:24 +01:00
parent 149e9b4bd4
commit 7c69589c5b
1 changed files with 2 additions and 1 deletions

View File

@ -728,6 +728,8 @@ function rarInsertOldDist(distance) {
rOldDist.splice(0, 0, distance);
}
var rOldBuffers = [];
//this is the real function, the other one is for debugging
function rarCopyString(length, distance) {
var destPtr = rBuffer.ptr - distance;
@ -746,7 +748,6 @@ function rarCopyString(length, distance) {
}
}
var rOldBuffers = [];
// v must be a valid RarVolume
function unpack(v) {