mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
One more fix for Access 2007/2010 support
This commit is contained in:
@@ -56,7 +56,7 @@ int main(int argc, char **argv)
|
|||||||
fprintf(stderr, "fread failed at position 0x14\n");
|
fprintf(stderr, "fread failed at position 0x14\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (data[0]==0x01) {
|
if (data[0]) {
|
||||||
jet4 = 1;
|
jet4 = 1;
|
||||||
pg_size = 4096;
|
pg_size = 4096;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user