mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +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
|
||||
if LogicalStartAddress then
|
||||
begin
|
||||
if EndData>=RawRecord.RecordLength then
|
||||
if NextOfs>=RawRecord.RecordLength then
|
||||
internalerror(2015040305);
|
||||
EndData:=RawRecord.RawData[NextOfs];
|
||||
Inc(NextOfs);
|
||||
|
Loading…
Reference in New Issue
Block a user