mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 18:32:02 +00:00
spelling: function
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
8f0c591e83
commit
5258faa596
@@ -417,7 +417,7 @@ public class ActionDeobfuscator extends SWFDecompilerAdapter {
|
||||
if (action instanceof ActionDefineFunction) {
|
||||
ActionDefineFunction def = (ActionDefineFunction) action;
|
||||
if (def.paramNames.isEmpty() && def.functionName.length() > 0) {
|
||||
// remove funcion only when the function name contains only non printable characters
|
||||
// remove function only when the function name contains only non printable characters
|
||||
if (!isFakeName(def.functionName)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user