瀏覽代碼

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

Margers 6 月之前
父節點
當前提交
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;