mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 18:17:10 +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;
|
||||
dkCount: d := count;
|
||||
end;
|
||||
val := FloatToStr(d);
|
||||
val := d;
|
||||
end
|
||||
else if DataSet = nil then
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user