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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user