mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 23:14:02 +02:00
Fix an error in reading real variable for change_endian
git-svn-id: trunk@19023 -
This commit is contained in:
parent
4b743a7a61
commit
a17390126a
@ -865,7 +865,6 @@ begin
|
|||||||
else
|
else
|
||||||
result:=e;
|
result:=e;
|
||||||
inc(entryidx,sizeof(e));
|
inc(entryidx,sizeof(e));
|
||||||
result:=e;
|
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
if sizeofreal=sizeof(d) then
|
if sizeofreal=sizeof(d) then
|
||||||
|
Loading…
Reference in New Issue
Block a user