Files
harbour-core/harbour/external/sqlite3/sqlite3.dif
Viktor Szakats 7de8f43897 2009-09-19 10:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* debian/rules
    % Minor Makefile optimizations. I hope this is right.

  * INSTALL
    + Readded alternative package for curl on debian.

  + external/zlib/zlib.dif
  + external/sqlite3/sqlite3.dif
    + Added .dif files for local patches to locally hosted
      3rd party code. Pls update these when modifying original
      source locally.
    ; NOTE: I intentionally didn't add svn props to these files.

  * external/sqlite3/Makefile
    ! Typo in comment.
2009-09-19 08:16:54 +00:00

13 lines
358 B
Plaintext

diff -u ori\sqlite3.c .\sqlite3.c
--- ori\sqlite3.c Wed Aug 19 10:50:21 2009
+++ .\sqlite3.c Sat Sep 19 07:47:14 2009
@@ -25024,7 +25024,7 @@
** error message.
*/
static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
- char *zErr;
+ const char *zErr;
UNUSED_PARAMETER(NotUsed);
unixEnterMutex();
zErr = dlerror();