소스 검색

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;