mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 05:39:29 +02: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
|
||||
|
||||
CurPos := 1;
|
||||
|
||||
remain:=len;
|
||||
|
||||
// strip timestamp
|
||||
if Line[CurPos] = '[' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user