Files
harbour-core/harbour/external/sqlite3/sqlite3.dif
Viktor Szakats 9fa44e70c9 2009-09-19 14:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/zlib/zlib.dif
  * external/sqlite3/sqlite3.dif
    ! Set native EOL props. This one is indeed required.
2009-09-19 12:01:41 +00:00

13 lines
346 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();