mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: replace with fspDirectAccess for better compatibility with various FileSources in TMountedFileSourceProcessor
This commit is contained in:
parent
888b9ee558
commit
7a22f56648
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ begin
|
|||
params.handled:= True;
|
||||
if params.phase=TFileSourceConsultPhase.source then
|
||||
Exit;
|
||||
if params.sourceFS.GetClass.ClassType <> TFileSystemFileSource then
|
||||
if NOT (fspDirectAccess in params.sourceFS.Properties) then
|
||||
Exit;
|
||||
|
||||
params.consultResult:= fscrSuccess;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue