diff options
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index c0fbe82..2878070 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -38,9 +38,9 @@ diff -r -u -d orig/shell.c ./shell.c } diff -r -u -d orig/sqlite3.c ./sqlite3.c ---- orig/sqlite3.c 2017-01-04 01:37:00.000000000 +0100 -+++ ./sqlite3.c 2017-01-03 20:54:19.693330766 +0100 -@@ -33329,7 +33329,7 @@ +--- orig/sqlite3.c 2017-01-08 16:42:37.337827441 +0100 ++++ ./sqlite3.c 2017-01-08 16:42:37.347827291 +0100 +@@ -33335,7 +33335,7 @@ SimulateIOError( rc=1 ); if( rc!=0 ){ storeLastErrno((unixFile*)id, errno); @@ -49,7 +49,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } *pSize = buf.st_size; -@@ -33365,7 +33365,7 @@ +@@ -33371,7 +33371,7 @@ struct stat buf; /* Used to hold return values of fstat() */ if( osFstat(pFile->h, &buf) ){ @@ -58,7 +58,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk; -@@ -33939,7 +33939,7 @@ +@@ -33945,7 +33945,7 @@ ** with the same permissions. */ if( osFstat(pDbFd->h, &sStat) ){ @@ -67,7 +67,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto shm_open_err; } -@@ -114859,7 +114859,7 @@ +@@ -114907,7 +114907,7 @@ } if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){ sqlite3SetString(pzErrMsg, db, "unsupported file format"); @@ -76,7 +76,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto initone_error_out; } -@@ -148199,13 +148199,25 @@ +@@ -148247,13 +148247,25 @@ ** module with sqlite. */ if( SQLITE_OK==rc |