fix build duration of runnable not displayed in the right msg context ptr

This commit is contained in:
Basile Burg 2019-01-17 08:51:18 +01:00
parent c59f21bbc3
commit dc51d39d06
1 changed files with 1 additions and 1 deletions

View File

@ -3171,7 +3171,7 @@ begin
if fAppliOpts.showBuildDuration then
begin
fMsgs.message('Runnable build duration: ' + formatTicksAsDuration(GetTickCount64 - fCompStart),
nil, amcEdit, amkInf);
fDoc, amcEdit, amkInf);
end;
finally