mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-21 18:48:34 +08:00
signature change to mdb_open()
This commit is contained in:
@@ -107,7 +107,7 @@ gmdb_file_open(gchar *file_path)
|
||||
int i;
|
||||
|
||||
gmdb_reset_widgets();
|
||||
mdb = mdb_open(file_path);
|
||||
mdb = mdb_open(file_path, MDB_NOFLAGS);
|
||||
if (!mdb) {
|
||||
gnome_warning_dialog("Unable to open file.");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user