1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Another fix to the OsUnlock I/O error logic. (CVS 4839)

FossilOrigin-Name: 22bd537ee2af6779ecb38502513ae533f85f7c2e
This commit is contained in:
drh
2008-03-07 20:14:38 +00:00
parent 1aa5af1151
commit 308aa32ffc
4 changed files with 11 additions and 11 deletions

View File

@@ -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