Explorar o código

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

Margers hai 8 meses
pai
achega
87d4c18992
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/cfileutl.pas

+ 1 - 0
compiler/cfileutl.pas

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