Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1
2026-02-27 20:15:05 -05:00
@@ -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;
}