mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
IDE: fpc msg parser: fixed reversing instantfpc cache from history
git-svn-id: trunk@53314 -
This commit is contained in:
parent
48ab9d2cbb
commit
fe406f91e2
@ -1247,6 +1247,7 @@ begin
|
||||
NewFilename:=AppendPathDelim(Tool.WorkerDirectory)+ExtractFileName(AFilename);
|
||||
if FileExists(NewFilename,false) then begin
|
||||
AFilename:=NewFilename;
|
||||
aDir:=Tool.WorkerDirectory;
|
||||
end;
|
||||
end;
|
||||
// store directory
|
||||
|
Loading…
Reference in New Issue
Block a user