Files
harbour-core/harbour/external/sqlite3/sqlite3.dif
Petr Chornyj 5c193846de 2010-08-29 16:10 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* external/sqlite3/sqlite3.c
  * external/sqlite3/sqlite3.dif
  * external/sqlite3/sqlite3.h
  * external/sqlite3/Makefile
    * Update sqlite to 3.7.3.
2010-10-17 13:10:49 +00:00

13 lines
400 B
Plaintext

diff -urN sqlite3.orig/sqlite3.c sqlite3/sqlite3.c
--- sqlite3.orig/sqlite3.c 2010-10-07 22:36:26.000000000 +0300
+++ sqlite3/sqlite3.c 2010-10-17 13:33:22.796875000 +0300
@@ -27730,7 +27730,7 @@
** error message.
*/
static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
- char *zErr;
+ const char *zErr;
UNUSED_PARAMETER(NotUsed);
unixEnterMutex();
zErr = dlerror();