From 50d3f9064bc7bfd95d6a19b1a9797ee9d12f7769 Mon Sep 17 00:00:00 2001 From: drh Date: Mon, 27 Aug 2007 21:10:36 +0000 Subject: Added the 34to35.html document describing the changes between 3.4.2 and 3.5.0. Minor interface cleanups. (CVS 4302) FossilOrigin-Name: 0791f917bb18d7305b805b9cbcb308bdd7b3a1f5 --- src/os_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index e9150f1df..1b23fef1e 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -2463,7 +2463,7 @@ static int unixAccess(sqlite3_vfs *pVfs, const char *zPath, int flags){ case SQLITE_ACCESS_READWRITE: amode = W_OK|R_OK; break; - case SQLITE_ACCESS_READONLY: + case SQLITE_ACCESS_READ: amode = R_OK; break; -- cgit v1.2.3