فهرست منبع

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

Alexander Koblov 3 ماه پیش
والد
کامیت
14698a233e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;