Make the component compile.
[GB.DB.SQLITE2] * BUG: Make the component compile.
This commit is contained in:
parent
7ad40f4c3e
commit
e3c2aa4767
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ static int init_version(DB_DATABASE *db)
|
|||
int dbversion = 0;
|
||||
unsigned int verMain, verMajor, verMinor;
|
||||
|
||||
version = sqlite3_libversion();
|
||||
version = sqlite_libversion();
|
||||
db->full_version = GB.NewZeroString(version);
|
||||
|
||||
sscanf(version, "%2u.%2u.%2u", &verMain, &verMajor, &verMinor);
|
||||
|
|
Loading…
Reference in a new issue