aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-03-07 20:14:38 +0000
committerdrh <drh@noemail.net>2008-03-07 20:14:38 +0000
commit308aa32ffc920273b64e6b9702386cfd7b2480ec (patch)
treec199e36da0c70c177380878892f9c33b0ce18d29 /src/os_unix.c
parent1aa5af1151e4466cef3c1520a17a3128fe939b37 (diff)
downloadsqlite-308aa32ffc920273b64e6b9702386cfd7b2480ec.tar.gz
sqlite-308aa32ffc920273b64e6b9702386cfd7b2480ec.zip
Another fix to the OsUnlock I/O error logic. (CVS 4839)
FossilOrigin-Name: 22bd537ee2af6779ecb38502513ae533f85f7c2e
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 47f3020c7..8bd1a1272 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -1465,7 +1465,7 @@ static int unixClose(sqlite3_file *id){
typedef struct afpLockingContext afpLockingContext;
struct afpLockingContext {
unsigned long long sharedLockByte;
- char *filePath;
+ const char *filePath;
};
struct ByteRangeLockPB2