Skip to content
Commit 7f672f1d authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

converterrunner: Do not round values unnecassarily

We pass in the precision when we format the string
and the rounding causes internal issues when the value is casted to an
int.

Test Plan:
Large queries like `100000000000000000000000000000000000000000$` no
longer produce negative results.

CCBUG: 425790

This fix can also be backported for Plasma 5.21.
parent 04c4d02a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment