GP-6517 Minor fix to previous commit

This commit is contained in:
ghidra1
2026-02-27 20:14:20 -05:00
parent 2ae550ae34
commit ee8d61fb8a

View File

@@ -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;
}