Merge remote-tracking branch 'origin/GP-1671_ghidra007_RecoveredClass_FixSetLabel_InvalidChars' into patch

This commit is contained in:
ghidra1 2022-01-14 19:19:52 -05:00
commit c0a81f9c8e

View file

@ -1333,7 +1333,7 @@ public class ExtendedFlatProgramAPI extends FlatProgramAPI {
commaIndex--; commaIndex--;
} }
String shortenedName = className.substring(0, nextComma) + " ...>"; String shortenedName = className.substring(0, nextComma) + "...>";
return shortenedName; return shortenedName;
} }