This commit is contained in:
Xuan Sang LE 2018-02-11 00:04:24 +01:00
parent 96419e62a3
commit 0ad4104e02

View File

@ -23,7 +23,7 @@ sqldb __getdb(char *name)
strcpy(path,__plugin__.dbpath);
strcat(path,name);
strcat(path,".db");
LOG("data base: %s\n", path);
//LOG("database: %s\n", path);
sqldb ret = (sqldb)database(path);
free(path);
return ret;