* fixed range error

git-svn-id: trunk@6519 -
This commit is contained in:
Jonas Maebe 2007-02-16 23:35:36 +00:00
parent 5aef9bc086
commit 5b6a1fcef8

View File

@ -19,7 +19,7 @@ var
begin
setlength(flow, 10);
setlength(flow, 1);
flow[1]:=TFlowItem.Create;
flow[0]:=TFlowItem.Create;
{ release }
setlength(flow, 0);