Merge remote-tracking branch

'origin/GT-3633_adamopolous_PR-1798_saruman9_fix_rename_global_var'

Fixes #1798
This commit is contained in:
ghidorahrex 2020-06-30 11:39:54 -04:00
commit 16baf9bdca

View file

@ -599,7 +599,7 @@ public class HighFunctionDBUtil {
if (name != null) {
try {
setGlobalName(highSymbol, highSymbol.getName(), source);
setGlobalName(highSymbol, name, source);
}
catch (DuplicateNameException e) {
if (isRename) {