mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 01:39:54 +01:00
initialize counter to fix system.ppu not found
git-svn-id: trunk@10553 -
This commit is contained in:
parent
742490006d
commit
bf735e87cf
@ -2831,6 +2831,8 @@ var
|
|||||||
if len <= 6 then Exit; // shortest match
|
if len <= 6 then Exit; // shortest match
|
||||||
|
|
||||||
CurPos := 1;
|
CurPos := 1;
|
||||||
|
|
||||||
|
remain:=len;
|
||||||
|
|
||||||
// strip timestamp
|
// strip timestamp
|
||||||
if Line[CurPos] = '[' then begin
|
if Line[CurPos] = '[' then begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user