Make the component really compile.
[GB.DB.SQLITE2] * BUG: Make the component really compile.
This commit is contained in:
parent
e3c2aa4767
commit
00d507b7a9
1 changed files with 1 additions and 2 deletions
|
@ -488,8 +488,7 @@ static int WalkDirectory(const char *dir, char ***databases)
|
|||
|
||||
static int init_version(DB_DATABASE *db)
|
||||
{
|
||||
char *version;
|
||||
int dbversion = 0;
|
||||
const char *version;
|
||||
unsigned int verMain, verMajor, verMinor;
|
||||
|
||||
version = sqlite_libversion();
|
||||
|
|
Loading…
Reference in a new issue