mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
signature change to mdb_open()
This commit is contained in:
@@ -191,7 +191,7 @@ main(int argc, char **argv)
|
||||
|
||||
mdb_init();
|
||||
|
||||
if (!(mdb = _mdb_open(argv[optind], TRUE))) {
|
||||
if (!(mdb = mdb_open(argv[optind], MDB_WRITABLE))) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user