소스 검색

* realmodulename must be used of course

git-svn-id: trunk@1181 -
florian 20 년 전
부모
커밋
6bc461dc61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/scandir.pas

+ 1 - 1
compiler/scandir.pas

@@ -845,7 +845,7 @@ implementation
             begin
               delete(S,1,1);
               if m_delphi in aktmodeswitches then
-                insert(current_module.modulename^,S,1)
+                insert(current_module.realmodulename^,S,1)
               else
                 insert(lower(current_module.modulename^),S,1);
             end;