Преглед на файлове

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