Browse Source

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

Alexander Koblov 3 tháng trước cách đây
mục cha
commit
14698a233e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/fviewer.pas

+ 1 - 1
src/fviewer.pas

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