mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-705 - Gnu Demangler speed improvement
This commit is contained in:
parent
3d36d914be
commit
1c0ad2c8df
4 changed files with 26 additions and 11 deletions
|
@ -222,7 +222,7 @@ public final class LocalTreeNodeHandler
|
|||
|
||||
GTreeNode copyNode = toCopy.get(i);
|
||||
monitor.setMessage(
|
||||
"Processing file " + i + " of " + size + ": " + copyNode.getName());
|
||||
"Processing file " + (i + 1) + " of " + size + ": " + copyNode.getName());
|
||||
|
||||
add(destination, copyNode, dropAction, subMonitors[i]);
|
||||
monitor.setProgress(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue