diff options
Diffstat (limited to 'third_party/sqlite/webdb.patch')
-rw-r--r-- | third_party/sqlite/webdb.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/webdb.patch b/third_party/sqlite/webdb.patch index 226ca5b..6a4e934 100644 --- a/third_party/sqlite/webdb.patch +++ b/third_party/sqlite/webdb.patch @@ -42,7 +42,7 @@ index ef04a72..e5e1509 100644 + const char* fileName, + int noLock, + int isDelete) { -+ return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete); ++ return fillInUnixFile(vfs, fd, dirfd, file, fileName, noLock, isDelete, 0); +} + +/* |