Browse Source

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

Margers 6 months ago
parent
commit
87d4c18992
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/cfileutl.pas

+ 1 - 0
compiler/cfileutl.pas

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