mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 12:39:15 +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);
|
NewFilename:=AppendPathDelim(Tool.WorkerDirectory)+ExtractFileName(AFilename);
|
||||||
if FileExists(NewFilename,false) then begin
|
if FileExists(NewFilename,false) then begin
|
||||||
AFilename:=NewFilename;
|
AFilename:=NewFilename;
|
||||||
|
aDir:=Tool.WorkerDirectory;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
// store directory
|
// store directory
|
||||||
|
Loading…
Reference in New Issue
Block a user