Explorar el Código

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

Margers hace 8 meses
padre
commit
87d4c18992
Se han modificado 1 ficheros con 1 adiciones y 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;