mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:30:41 +01:00
Every compile gets actual current directory (fix for Textmode IDE)
This commit is contained in:
parent
a9ab15c60d
commit
87d4c18992
@ -1548,6 +1548,7 @@ end;
|
||||
|
||||
procedure InitFileUtils;
|
||||
begin
|
||||
CachedCurrentDir:='';
|
||||
DirCache:=TDirectoryCache.Create;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user