mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-0 Fixed updated archive category path name case to agree with old
archive category path names
This commit is contained in:
parent
e7d08749d9
commit
ebe495d99a
3 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -56,6 +56,8 @@ public class SynchronizeGDTCategoryPaths extends GhidraScript {
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
secondArchive.endTransaction(transactionID, true);
|
secondArchive.endTransaction(transactionID, true);
|
||||||
|
secondArchive.save();
|
||||||
|
secondArchive.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue