mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
14e5959561
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue