mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 05:57:21 +01:00
LazReport, another force variant to be internally float type instead of string (fpc bug?), fix using this variant in arithmetic operations
git-svn-id: trunk@23573 -
This commit is contained in:
parent
e7f9ce2bad
commit
fbc729bcf6
@ -9379,7 +9379,7 @@ begin
|
|||||||
dkAvg: d := avg;
|
dkAvg: d := avg;
|
||||||
dkCount: d := count;
|
dkCount: d := count;
|
||||||
end;
|
end;
|
||||||
val := FloatToStr(d);
|
val := d;
|
||||||
end
|
end
|
||||||
else if DataSet = nil then
|
else if DataSet = nil then
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user