فهرست منبع

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;