mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3531 corrected DomainFile.isVersioned() for checked-out file.
Revised language upgrade support to facilitate optional context reset.
This commit is contained in:
parent
560ceb4d48
commit
687ce7f529
4 changed files with 54 additions and 16 deletions
|
@ -580,7 +580,7 @@ public class GhidraFileData {
|
|||
boolean isVersioned() {
|
||||
synchronized (fileSystem) {
|
||||
if (versionedFolderItem == null) {
|
||||
return false;
|
||||
return isCheckedOut();
|
||||
}
|
||||
return !isHijacked();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue