mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +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");
|
||||
exit(1);
|
||||
}
|
||||
if (data[0]==0x01) {
|
||||
if (data[0]) {
|
||||
jet4 = 1;
|
||||
pg_size = 4096;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user