Index: third_party/sqlite/webdb.patch |
diff --git a/third_party/sqlite/webdb.patch b/third_party/sqlite/webdb.patch |
index 226ca5bbd68f4331f122e07a5ac192cf447bd4b6..6a4e934f46561fb50e20e4a0b1146b53453d1155 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); |
+} |
+ |
+/* |