Iggy - sequence end offset fix

This commit is contained in:
Jindra Petřík
2016-12-05 06:48:08 +01:00
parent 42f0e286d6
commit a47b57ca5d

View File

@@ -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();