* when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856

git-svn-id: trunk@11063 -
This commit is contained in:
florian 2008-05-23 21:12:03 +00:00
parent e4124cd070
commit 29ba36e70b

View File

@ -664,6 +664,7 @@ begin
state.append_row := false;
if (state.end_sequence) then begin
InitStateRegisters(state, header64.default_is_stmt);
first_row := true;
end;
end;