From a47b57ca5d447551655727389eaa98fa992103e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 5 Dec 2016 06:48:08 +0100 Subject: [PATCH] Iggy - sequence end offset fix --- .../ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java index 34fafba0f..b7d63576d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java @@ -284,6 +284,7 @@ public class IggySwf implements StructureInterface { s.writeWChar(sequenceNames.get(i)); } } + s.setOlderOffsetToThisPos(hdr.getSequence_end_ofs_pos()); s.pad8bytes(); ib.pad8bytes();