mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* fixed warning in TOmfRecord_MODEND.DecodeFrom
git-svn-id: trunk@30592 -
This commit is contained in:
parent
e0be3e49ae
commit
07ebd29911
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user