mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 09:36:15 +02:00
parent
e2ed8e170e
commit
107999f706
@ -1919,7 +1919,7 @@ begin
|
|||||||
Result.sign:=0;
|
Result.sign:=0;
|
||||||
c := -c;
|
c := -c;
|
||||||
end;
|
end;
|
||||||
n := NtoLE(int64(c));
|
n := NtoLE(Trunc(c*10000));
|
||||||
for i:=0 to high(Result.val) do begin
|
for i:=0 to high(Result.val) do begin
|
||||||
Result.val[i] := n and $ff;
|
Result.val[i] := n and $ff;
|
||||||
n := n shr 8;
|
n := n shr 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user