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.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
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 13:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.mk
|
||||
! Typo.
|
||||
|
||||
24
harbour/external/sqlite3/sqlite3.dif
vendored
24
harbour/external/sqlite3/sqlite3.dif
vendored
@@ -1,12 +1,12 @@
|
||||
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();
|
||||
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();
|
||||
|
||||
4596
harbour/external/zlib/zlib.dif
vendored
4596
harbour/external/zlib/zlib.dif
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user