mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1671 fixed space typo in createShortenedTemplateNames causing
symbol.setName stack trace.
This commit is contained in:
parent
8546ff5274
commit
34efbc5f1c
1 changed files with 1 additions and 1 deletions
|
@ -1333,7 +1333,7 @@ public class ExtendedFlatProgramAPI extends FlatProgramAPI {
|
|||
commaIndex--;
|
||||
}
|
||||
|
||||
String shortenedName = className.substring(0, nextComma) + " ...>";
|
||||
String shortenedName = className.substring(0, nextComma) + "...>";
|
||||
return shortenedName;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue