From c4748e80262eb260b57bf9ab178a0e47fd0a6d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 9 Nov 2015 19:39:17 +0100 Subject: [PATCH] AS3 direct edit: ns fix --- .../flash/abc/avm2/parser/script/PropertyAVM2Item.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java index 1a6ca4ce2..7497998fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java @@ -252,7 +252,7 @@ public class PropertyAVM2Item extends AssignableAVM2Item { for (int i = 0; i < openedNamespaces.size(); i++) { int nsindex = openedNamespaces.get(i); - int nsKind = abc.getSelectedAbc().constants.getMultiname(openedNamespaces.get(i)).kind; + int nsKind = abc.getSelectedAbc().constants.getNamespace(openedNamespaces.get(i)).kind; DottedChain nsname = abc.getSelectedAbc().constants.getNamespace(openedNamespaces.get(i)).getName(abc.getSelectedAbc().constants); int name_index = 0; for (int m = 1; m < abc.getSelectedAbc().constants.getMultinameCount(); m++) {