mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 13:32:56 +02:00
IDE: fixed typo in filtering linker errors from Dmitry
git-svn-id: trunk@20708 -
This commit is contained in:
parent
5be6d50c10
commit
8a6cb54ea6
@ -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