mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 11:48:18 +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);
|
Add(APoFamily);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
Msg := Format('"%s"',[ChildName]) + LineEnding + Msg;
|
Msg := Msg + Format('"%s"',[ChildName]) + LineEnding;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
Msg := Format('"%s"',[MasterName]) + LineEnding + Msg;
|
Msg := Msg + Format('"%s"',[MasterName]) + LineEnding;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user