* external/sqlite3/sqlite3.c
* external/sqlite3/sqlite3.dif
* external/sqlite3/sqlite3.h
+ sqlite upgraded to 3.6.18 (from 3.6.17)
* external/sqlite3/Makefile
+ Enabled for mingwarm. Now it compiles with only one warning.
* utils/hbmk2/hbmk2.prg
+ Added 'fossil' version control system support to -vcshead option.
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
diff -u ori\sqlite3.c .\sqlite3.c
|
|
--- ori\sqlite3.c Fri Sep 11 11:35:44 2009
|
|
+++ .\sqlite3.c Sat Sep 19 10:22:29 2009
|
|
@@ -25671,7 +25671,7 @@
|
|
** error message.
|
|
*/
|
|
static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
|
|
- char *zErr;
|
|
+ const char *zErr;
|
|
UNUSED_PARAMETER(NotUsed);
|
|
unixEnterMutex();
|
|
zErr = dlerror();
|