ソースを参照

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;