diff options
Diffstat (limited to 'databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c')
-rw-r--r-- | databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c b/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c deleted file mode 100644 index 1d5f2d8e4..000000000 --- a/databases/libgda2/files/patch-providers_mdb_gda-mdb-provider.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/mdb/gda-mdb-provider.c.orig Thu Jan 4 17:14:00 2007 -+++ providers/mdb/gda-mdb-provider.c Thu Jan 4 17:14:06 2007 -@@ -209,7 +209,7 @@ - mdb_cnc = g_new0 (GdaMdbConnection, 1); - mdb_cnc->cnc = cnc; - mdb_cnc->server_version = NULL; -- mdb_cnc->mdb = mdb_open (filename, MDB_WRITABLE); -+ mdb_cnc->mdb = mdb_open (filename); - if (!mdb_cnc->mdb) { - gda_connection_add_error_string (cnc, _("Could not open file %s"), filename); - g_free (mdb_cnc); |