mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-04-25 17:25:17 +02:00
GP-6517 Minor fix to previous commit
This commit is contained in:
@@ -81,6 +81,7 @@ public class BookmarkDBAdapterV3 extends BookmarkDBAdapter {
|
||||
if (version >= 0 && schemaVersion != version) {
|
||||
throw new IOException("Inconsistent bookmark table versions");
|
||||
}
|
||||
version = schemaVersion;
|
||||
}
|
||||
tables[id] = table;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user