mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
fix db
This commit is contained in:
parent
96419e62a3
commit
0ad4104e02
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user