mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: FileLock function
This commit is contained in:
parent
b4b16f2ddd
commit
b399e935c5
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ var
|
|||
lockerr: cint;
|
||||
begin
|
||||
Result:= Handle;
|
||||
case (Mode and $A0) of
|
||||
case (Mode and $F0) of
|
||||
fmShareCompat,
|
||||
fmShareExclusive:
|
||||
lockop:= LOCK_EX or LOCK_NB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue