mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 08:08:20 +02:00
POChecker: report missing files in ascending alphabet order in all cases
git-svn-id: trunk@57676 -
This commit is contained in:
parent
bd4d9885f7
commit
055d910ecd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user