mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 14:54:29 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+1
@@ -81,6 +81,7 @@ public class BookmarkDBAdapterV3 extends BookmarkDBAdapter {
|
|||||||
if (version >= 0 && schemaVersion != version) {
|
if (version >= 0 && schemaVersion != version) {
|
||||||
throw new IOException("Inconsistent bookmark table versions");
|
throw new IOException("Inconsistent bookmark table versions");
|
||||||
}
|
}
|
||||||
|
version = schemaVersion;
|
||||||
}
|
}
|
||||||
tables[id] = table;
|
tables[id] = table;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user