mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 07:38:07 +02: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