mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
ea45a04ee5
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