|
@@ -1123,7 +1123,7 @@ implementation
|
|
begin
|
|
begin
|
|
if LogicalStartAddress then
|
|
if LogicalStartAddress then
|
|
begin
|
|
begin
|
|
- if EndData>=RawRecord.RecordLength then
|
|
|
|
|
|
+ if NextOfs>=RawRecord.RecordLength then
|
|
internalerror(2015040305);
|
|
internalerror(2015040305);
|
|
EndData:=RawRecord.RawData[NextOfs];
|
|
EndData:=RawRecord.RawData[NextOfs];
|
|
Inc(NextOfs);
|
|
Inc(NextOfs);
|