mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
add IS NULL/IS NOT NULL support, patches
This commit is contained in:
@@ -356,7 +356,7 @@ mdb_get_double(unsigned char *buf, int offset)
|
||||
double d;
|
||||
|
||||
|
||||
memcpy(&d, &buf, 8);
|
||||
memcpy(&d, &buf[offset], 8);
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
d2 = d;
|
||||
|
||||
Reference in New Issue
Block a user