mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 17:47:58 +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;
|
procedure InitFileUtils;
|
||||||
begin
|
begin
|
||||||
|
CachedCurrentDir:='';
|
||||||
DirCache:=TDirectoryCache.Create;
|
DirCache:=TDirectoryCache.Create;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user