You've already forked calibre-web
mirror of
https://github.com/janeczku/calibre-web.git
synced 2025-07-15 01:24:30 +02:00
Code cosmetics unrar.js
This commit is contained in:
@ -728,6 +728,8 @@ function rarInsertOldDist(distance) {
|
|||||||
rOldDist.splice(0, 0, distance);
|
rOldDist.splice(0, 0, distance);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var rOldBuffers = [];
|
||||||
|
|
||||||
//this is the real function, the other one is for debugging
|
//this is the real function, the other one is for debugging
|
||||||
function rarCopyString(length, distance) {
|
function rarCopyString(length, distance) {
|
||||||
var destPtr = rBuffer.ptr - distance;
|
var destPtr = rBuffer.ptr - distance;
|
||||||
@ -746,7 +748,6 @@ function rarCopyString(length, distance) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var rOldBuffers = [];
|
|
||||||
// v must be a valid RarVolume
|
// v must be a valid RarVolume
|
||||||
function unpack(v) {
|
function unpack(v) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user