mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: ListLoad - pass directory name with trailing slash (fixes #2041)
This commit is contained in:
parent
558a802ad6
commit
14698a233e
1 changed files with 1 additions and 1 deletions
|
|
@ -1757,7 +1757,7 @@ begin
|
|||
begin
|
||||
if WlxPlugins.GetWlxModule(I).FileParamVSDetectStr(AFileName, bForce) then
|
||||
begin
|
||||
if LoadPlugin(AFileName, I, ShowFlags) then Exit(True);
|
||||
if LoadPlugin(sFileName, I, ShowFlags) then Exit(True);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue