소스 검색

* search using the real package name instead of the uppercased one so that an as-is cased package will be found as well

Sven/Sarah Barth 1 년 전
부모
커밋
7163a893e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/fpcp.pas

+ 1 - 1
compiler/fpcp.pas

@@ -197,7 +197,7 @@ implementation
       end;
 
     begin
-      filename:=packagename^;
+      filename:=realpackagename^;
       result:=search_path_list(packagesearchpath);
     end;