We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
according to the spec file, the lookup flag is 0x40 and the delete flag is 0x80 https://github.com/mdbtools/mdbtools/blob/dev/HACKING.md?plain=1#L146. however in the code, e.g. https://github.com/mdbtools/mdbtools/blob/dev/src/libmdb/data.c#L337 it seems to be reversed.
according to the spec file, the lookup flag is 0x40 and the delete flag is 0x80 https://github.com/mdbtools/mdbtools/blob/dev/HACKING.md?plain=1#L146. however in the code, e.g. https://github.com/mdbtools/mdbtools/blob/dev/src/libmdb/data.c#L337 it seems to be reversed.