Files
harbour-core/harbour/external/sqlite3/sqlite3.dif
Viktor Szakats 1cf7576111 2009-09-19 11:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* 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.
2009-09-19 09:27:32 +00:00

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();