GdbmiDebugger: Revert one StrLIComp optimization.

git-svn-id: trunk@64785 -
This commit is contained in:
juha 2021-03-11 20:26:46 +00:00
parent 1c2402a14a
commit c050ef9fca

View File

@ -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 := '';