From dc51d39d069f39db975f44596b8a5ec340861528 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 17 Jan 2019 08:51:18 +0100 Subject: [PATCH] fix build duration of runnable not displayed in the right msg context ptr --- src/u_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_main.pas b/src/u_main.pas index 97223e64..17703856 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -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