Explorar o código

* realmodulename must be used of course

git-svn-id: trunk@1181 -
florian %!s(int64=20) %!d(string=hai) anos
pai
achega
6bc461dc61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;