Skip to content

Commit

Permalink
Small fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskarth committed Jan 21, 2024
1 parent 0bd85fa commit 850814f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static class TinyNameProviderFactory implements IVariableNamingFactory {

@Override
public IVariableNameProvider createFactory(StructMethod structMethod) {
return new TinyNameProvider(false, structMethod);
return new TinyNameProvider(DecompilerContext.getOption(VariableRenamingOptions.RENAME_PARAMETERS), structMethod);
}
}
}

0 comments on commit 850814f

Please sign in to comment.