Made GIF extractor more robust

This commit is contained in:
n1073645 2019-11-08 13:40:09 +00:00
parent 51cc94bf2a
commit f3864b00fe
1 changed files with 0 additions and 1 deletions

View File

@ -2851,7 +2851,6 @@ export function extractBZIP2(bytes, offset) {
stream.moveTo(0);
}
stream.moveForwardsBy(4);
console.log("test: ", stream.position.toString(16));
return stream.carve();
}