mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 13:55:43 +08:00
Tests - fixed for timing issue
This commit is contained in:
+3
@@ -138,6 +138,9 @@ public class FileArchive implements Archive {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isChanged() {
|
public boolean isChanged() {
|
||||||
|
if (isClosed()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return changed || fileDataTypeManager.isChanged();
|
return changed || fileDataTypeManager.isChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user