mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Don't use flock function, it does not work correct with network file systems (issue #2018)
This commit is contained in:
parent
8c705a5c17
commit
0f9f752cc5
1 changed files with 0 additions and 2 deletions
|
|
@ -892,7 +892,6 @@ begin
|
|||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
Result:= FileLock(Result, Mode and $FF);
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
|
@ -933,7 +932,6 @@ begin
|
|||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
Result:= FileLock(Result, Mode and $FF);
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue