mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 18:39:10 +02:00
GdbmiDebugger: Revert one StrLIComp optimization.
git-svn-id: trunk@64785 -
This commit is contained in:
parent
1c2402a14a
commit
c050ef9fca
@ -427,7 +427,7 @@ begin
|
|||||||
if (ALine[1] = '&') and (ALine[2] = '"') then
|
if (ALine[1] = '&') and (ALine[2] = '"') then
|
||||||
i := 3;
|
i := 3;
|
||||||
if (not AnInLogWarning)
|
if (not AnInLogWarning)
|
||||||
and (StrLIComp(LogDisconnect, @ALine[i], Length(LogDisconnect)) = 0) then begin
|
and (LowerCase(Copy(ALine, i, Length(LogDisconnect))) = LogDisconnect) then begin
|
||||||
AHandled := True;
|
AHandled := True;
|
||||||
AForceStop := True;
|
AForceStop := True;
|
||||||
AStoppedParams := '';
|
AStoppedParams := '';
|
||||||
|
Loading…
Reference in New Issue
Block a user