Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2022-03-03 17:14:34 -05:00
commit 14e5959561

View file

@ -259,7 +259,7 @@ class CategoryDB extends DatabaseObject implements Category {
try {
checkDeleted();
if (!getCategoryPath().equals(dt.getCategoryPath())) {
dt = dt.clone(dt.getDataTypeManager());
dt = dt.clone(mgr);
try {
dt.setCategoryPath(getCategoryPath());
}