Skip to content
  • Alexander Lohnau's avatar
    converterrunner: Do not round values unnecassarily · 7f672f1d
    Alexander Lohnau authored
    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.
    7f672f1d