mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 05:18:17 +02:00
IDE: formatting
git-svn-id: trunk@20709 -
This commit is contained in:
parent
8a6cb54ea6
commit
cc9bb3ed6e
@ -712,7 +712,7 @@ var i, j, FilenameEndPos: integer;
|
||||
if CompStr('ld: ',s,p) then begin
|
||||
inc(p, 4);
|
||||
DarwinSymbs := CompStr('symbol(s) not found',s,p);
|
||||
Result := DarwinSymbs or (Pos('not found', s) > 0);
|
||||
Result := DarwinSymbs or (Pos('not found', s) > 0);
|
||||
if DarwinSymbs then begin
|
||||
if DarwinLinkerLine <> '' then DoAddFilteredLine(DarwinLinkerLine);
|
||||
DarwinLinkerMultiline:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user