FIX: ListLoad - pass directory name with trailing slash (fixes #2041)

This commit is contained in:
Alexander Koblov 2025-06-14 18:53:35 +03:00
commit 14698a233e

View file

@ -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;