diff options
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index acc8ffd..51ab92d 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -1,5 +1,5 @@ ---- orig/shell.c 2018-02-18 23:53:25.407627650 -0800 -+++ shell.c 2018-02-18 23:53:25.467627374 -0800 +--- orig/shell.c 2019-01-07 14:22:53.308198437 -0800 ++++ shell.c 2019-01-07 14:22:53.356198069 -0800 @@ -87,6 +87,12 @@ #endif #include <ctype.h> @@ -37,8 +37,8 @@ if( p->openMode==SHELL_OPEN_ZIPFILE ){ char *zSql = sqlite3_mprintf( "CREATE VIRTUAL TABLE zip USING zipfile(%Q);", p->zDbFilename); ---- orig/sqlite3.c 2018-02-18 23:53:25.459627411 -0800 -+++ sqlite3.c 2018-08-22 15:28:04.016188846 -0700 +--- orig/sqlite3.c 2019-01-07 14:24:24.503497740 -0800 ++++ sqlite3.c 2019-01-07 14:24:24.871494912 -0800 @@ -30672,6 +30672,10 @@ # include <sys/mount.h> #endif |