mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 00:19:38 +02:00
* fixed range error
git-svn-id: trunk@6519 -
This commit is contained in:
parent
5aef9bc086
commit
5b6a1fcef8
@ -19,7 +19,7 @@ var
|
||||
begin
|
||||
setlength(flow, 10);
|
||||
setlength(flow, 1);
|
||||
flow[1]:=TFlowItem.Create;
|
||||
flow[0]:=TFlowItem.Create;
|
||||
|
||||
{ release }
|
||||
setlength(flow, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user