Переглянути джерело

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

Margers 8 місяців тому
батько
коміт
87d4c18992
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      compiler/cfileutl.pas

+ 1 - 0
compiler/cfileutl.pas

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