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