mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
GP-1671 fixed space typo in createShortenedTemplateNames causing
symbol.setName stack trace.
This commit is contained in:
@@ -1333,7 +1333,7 @@ public class ExtendedFlatProgramAPI extends FlatProgramAPI {
|
||||
commaIndex--;
|
||||
}
|
||||
|
||||
String shortenedName = className.substring(0, nextComma) + " ...>";
|
||||
String shortenedName = className.substring(0, nextComma) + "...>";
|
||||
return shortenedName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user