2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Tidied GIFextractor

This commit is contained in:
n1073645
2019-11-07 16:20:09 +00:00
parent 4f5e0c007d
commit f022440b4a

View File

@@ -2465,7 +2465,6 @@ export function extractGIF(bytes, offset) {
break;
stream.moveBackwardsBy(1);
}
stream.moveBackwardsBy(10);
return stream.carve();
}