fix #25 - halstead reports could use the GNU message format

This commit is contained in:
Basile Burg 2020-04-16 10:55:08 +02:00
parent e844f6f171
commit 798febb6c8
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ procedure THalsteadMetrics.Measure(document: TDexedMemo);
if fShowAllResults or not result then
begin
fMsgs.message(format('%s(%d): metrics for "%s"',
fMsgs.message(format('%s:%d: metrics for "%s"',
[document.fileName, line, val.AsString]), document, amcEdit, amkInf);
fMsgs.message(format(' Vocabulary: %d', [voc]), document, amcEdit, amkInf);