|
@@ -1820,7 +1820,7 @@ Implementation
|
|
hp:=TCmdStrListItem(hp.next);
|
|
hp:=TCmdStrListItem(hp.next);
|
|
end;
|
|
end;
|
|
ScriptCount:=i;
|
|
ScriptCount:=i;
|
|
- SetLength(IsHandled,ScriptCount);
|
|
|
|
|
|
+ SetLength(IsHandled,ScriptCount+1); // 1-based index used.
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TInternalLinker.ParseScript_PostCheck;
|
|
procedure TInternalLinker.ParseScript_PostCheck;
|