diff options
Diffstat (limited to 'src/global.c')
-rw-r--r-- | src/global.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.c b/src/global.c index 9d3a2eb1b..4211c5835 100644 --- a/src/global.c +++ b/src/global.c @@ -12,7 +12,7 @@ ** ** This file contains definitions of global variables and contants. ** -** $Id: global.c,v 1.2 2008/06/14 16:56:22 drh Exp $ +** $Id: global.c,v 1.3 2008/07/08 14:52:10 drh Exp $ */ #include "sqliteInt.h" @@ -66,4 +66,4 @@ const unsigned char sqlite3UpperToLower[] = { ** The following singleton contains the global configuration for ** the SQLite library. */ -struct Sqlite3Config sqlite3Config = { 1, 1, 1, }; +struct Sqlite3Config sqlite3Config = { 1, 1, 1, 0x7ffffffe }; |