Browse Source

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

Margers 8 tháng trước cách đây
mục cha
commit
87d4c18992
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compiler/cfileutl.pas

+ 1 - 0
compiler/cfileutl.pas

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