Browse Source

* 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 -
florian 17 years ago
parent
commit
29ba36e70b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/lnfodwrf.pp

+ 1 - 0
rtl/inc/lnfodwrf.pp

@@ -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;