mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 07:29:27 +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
|
||||
i := 3;
|
||||
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;
|
||||
AForceStop := True;
|
||||
AStoppedParams := '';
|
||||
|
Loading…
Reference in New Issue
Block a user