POChecker: report missing files in ascending alphabet order in all cases

git-svn-id: trunk@57676 -
This commit is contained in:
maxim 2018-04-19 23:32:09 +00:00
parent bd4d9885f7
commit 055d910ecd

View File

@ -93,10 +93,10 @@ begin
Add(APoFamily);
end
else
Msg := Format('"%s"',[ChildName]) + LineEnding + Msg;
Msg := Msg + Format('"%s"',[ChildName]) + LineEnding;
end
else
Msg := Format('"%s"',[MasterName]) + LineEnding + Msg;
Msg := Msg + Format('"%s"',[MasterName]) + LineEnding;
end;
end;