diff --git a/src/com/jpexs/decompiler/flash/action/ActionListReader.java b/src/com/jpexs/decompiler/flash/action/ActionListReader.java index 7fd11f270..4ca3fbc13 100644 --- a/src/com/jpexs/decompiler/flash/action/ActionListReader.java +++ b/src/com/jpexs/decompiler/flash/action/ActionListReader.java @@ -214,7 +214,7 @@ public class ActionListReader { Map nextOffsets = new HashMap<>(); readActionListAtPos(new ArrayList(), cpool, sis, actionMap, nextOffsets, - startIp, startIp, endIp, "", false, new ArrayList()); + startIp, startIp, endIp + 1, "", false, new ArrayList()); return new ArrayList<>(actionMap.values()); }