From 6171ad56db9e04938d71046b56d1bcdee4fbcdd7 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Fri, 17 Jul 2015 11:55:05 +0200 Subject: [PATCH] actionwith fix --- .../src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java index 5a910f874..ac8bd6aa4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java @@ -109,7 +109,7 @@ public class ActionWith extends Action implements GraphSourceItemContainer { @Override public long getHeaderSize() { - return super.getBytesLength(version) + 2; + return getBytesLength(version); } @Override