Commit 7c69589c authored by Ozzieisaacs's avatar Ozzieisaacs

Code cosmetics unrar.js

parent 149e9b4b
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment