mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 03:01:42 +02:00
LeakView: Fix 1st line of trace without header
git-svn-id: trunk@44189 -
This commit is contained in:
parent
5b26ebd71a
commit
56a5db7ce2
@ -418,7 +418,8 @@ begin
|
|||||||
trace.BlockSize := 0;
|
trace.BlockSize := 0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
inc(TrcIndex);
|
if not IsTraceLine(Trc[TrcIndex]) then
|
||||||
|
inc(TrcIndex);
|
||||||
while (TrcIndex < Trc.Count) and (Pos(CallTracePrefix, Trc[TrcIndex]) = 0) and
|
while (TrcIndex < Trc.Count) and (Pos(CallTracePrefix, Trc[TrcIndex]) = 0) and
|
||||||
(Pos(RawTracePrefix, Trc[TrcIndex]) = 0)
|
(Pos(RawTracePrefix, Trc[TrcIndex]) = 0)
|
||||||
do begin
|
do begin
|
||||||
|
Loading…
Reference in New Issue
Block a user