Forráskód Böngészése

Every compile gets actual current directory (fix for Textmode IDE)

Margers 8 hónapja
szülő
commit
87d4c18992
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      compiler/cfileutl.pas

+ 1 - 0
compiler/cfileutl.pas

@@ -1548,6 +1548,7 @@ end;
 
     procedure InitFileUtils;
       begin
+        CachedCurrentDir:='';
         DirCache:=TDirectoryCache.Create;
       end;