* fixed warning in TOmfRecord_MODEND.DecodeFrom

git-svn-id: trunk@30592 -
This commit is contained in:
nickysn 2015-04-14 18:41:41 +00:00
parent e0be3e49ae
commit 07ebd29911

View File

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