DtMmdb: fix a crash occurs when creating bookmark.

This commit is contained in:
hyousatsu
2024-07-14 17:40:05 +00:00
parent f0123efa84
commit 121510cb72
5 changed files with 19 additions and 64 deletions

View File

@@ -118,7 +118,7 @@ public:
};
void swap_order() {
ORDER_SWAP_LONG(fwd_ptr);
ORDER_SWAP_MMDB_POS_T(fwd_ptr);
ORDER_SWAP_UINT(header.int_view);
swapped = true;
};