mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
spelling: signature
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
a4f336eab0
commit
860ae66b08
@@ -2237,7 +2237,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
SWFInputStream sis = new SWFInputStream(this, uncompressedData);
|
||||
dumpInfo = new DumpInfoSwfNode(this, "rootswf", "", null, 0, 0);
|
||||
sis.dumpInfo = dumpInfo;
|
||||
sis.skipBytesEx(3, "signature"); // skip siganture
|
||||
sis.skipBytesEx(3, "signature"); // skip signature
|
||||
version = sis.readUI8("version");
|
||||
|
||||
if (version > 5) {
|
||||
|
||||
Reference in New Issue
Block a user