mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
changed mdb_read_catalog() to scan the file for catalog pages.
This commit is contained in:
@@ -57,7 +57,7 @@ struct stat status;
|
||||
return 0;
|
||||
}
|
||||
else if (len<MDB_PGSIZE) {
|
||||
fprintf(stderr,"EOF reached.\n");
|
||||
/* fprintf(stderr,"EOF reached.\n"); */
|
||||
return 0;
|
||||
}
|
||||
return len;
|
||||
|
||||
Reference in New Issue
Block a user