1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add a missing initializer for sqlite3GlobalConfig.bLocaltimeFault.

FossilOrigin-Name: 7fe8ba2ec762d258b04e775766c82e5e541ab5d1
This commit is contained in:
dan
2011-06-21 15:27:54 +00:00
parent 188829b491
commit dec6f79d40
3 changed files with 8 additions and 7 deletions

View File

@@ -169,6 +169,7 @@ SQLITE_WSD struct Sqlite3Config sqlite3Config = {
0, /* nRefInitMutex */
0, /* xLog */
0, /* pLogArg */
0, /* bLocaltimeFault */
};