From 6ffcca82e7eaa34d288d7408045c4b3eea847eb6 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sun, 18 Jan 2015 20:37:29 +0100 Subject: [PATCH] test fix --- .../test/com/jpexs/decompiler/flash/RecompileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java index 375b17b7d..eb01afe65 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java @@ -102,7 +102,7 @@ public class RecompileTest { } System.out.println("Recompiling:" + en.getKey().toString() + "..."); - en.getValue().toSource(htw, swf.getAbcList(), abc.script_info.get(s).traits.traits, ScriptExportMode.AS, false); + en.getValue().toSource(htw, abc.script_info.get(s).traits.traits, ScriptExportMode.AS, false); String original = htw.toString(); com.jpexs.decompiler.flash.abc.avm2.parser.script.ActionScriptParser.compile(original, abc, allAbcs, false, en.getKey().className + ".as", abc.instance_info.size()); //remove last compiled script: