X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fhmysql%2FhSqlite3.ml;h=efec9c2b98ba4bb21ae98c95078dfa4c55c12e7e;hb=58ce236b589513e779e00759e54e72cbbf2bd2c3;hp=c6ba66c2e3f52f217f53daf90c343edd7a93d781;hpb=eca38da92cd16d00e2e25477650c91eee6965b9f;p=helm.git diff --git a/helm/software/components/hmysql/hSqlite3.ml b/helm/software/components/hmysql/hSqlite3.ml index c6ba66c2e..efec9c2b9 100644 --- a/helm/software/components/hmysql/hSqlite3.ml +++ b/helm/software/components/hmysql/hSqlite3.ml @@ -103,7 +103,7 @@ let quick_connect else db_name in - HExtlib.mkdir (Filename.dirname db_open); + HExtlib.mkdir (Filename.dirname db_to_open); let db = Sqlite3.db_open db_to_open in (* attach the REGEX function *) Sqlite3.create_fun2 db "REGEXP"