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