mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 17:59:59 +02:00
Merged revision(s) 65479 #f28b3ae2c7 from trunk:
GdbMiDebugger: fixed reporting OutputDebugString messages ........ git-svn-id: branches/fixes_2_2@65480 -
This commit is contained in:
parent
3864f9f3b6
commit
bb3d0508e6
@ -3179,7 +3179,7 @@ var
|
||||
i := 1;
|
||||
if (Line[1] = '&') and (Line[2] = '"') then
|
||||
i := 3;
|
||||
if LazStartsText(LogWarning, Line) then
|
||||
if LowerCase(Copy(Line, i, Length(LogWarning))) = LogWarning then
|
||||
AInLogWarning := True;
|
||||
//Delete(Line, 1, Length(LogWarning));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user