mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
signature change to mdb_open()
This commit is contained in:
@@ -58,7 +58,7 @@ int opt;
|
||||
mdb_init();
|
||||
|
||||
/* open the database */
|
||||
if (!(mdb = mdb_open (argv[optind]))) {
|
||||
if (!(mdb = mdb_open (argv[optind], MDB_NOFLAGS))) {
|
||||
fprintf(stderr,"Couldn't open database.\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user