mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Tests - fixed for timing issue
This commit is contained in:
parent
5e2748837b
commit
e41e5be82c
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ public class FileArchive implements Archive {
|
|||
|
||||
@Override
|
||||
public boolean isChanged() {
|
||||
if (isClosed()) {
|
||||
return false;
|
||||
}
|
||||
return changed || fileDataTypeManager.isChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue