parent
bcac39551d
commit
cbcc0eacd5
1 changed files with 1 additions and 1 deletions
|
|
@ -4144,7 +4144,7 @@ String String::sprintf(const Array &values, bool *error) const {
|
|||
|
||||
double value = values[value_index];
|
||||
bool is_negative = (value < 0);
|
||||
String str = String::num(abs(value), min_decimals);
|
||||
String str = String::num(ABS(value), min_decimals);
|
||||
|
||||
// Pad decimals out.
|
||||
str = str.pad_decimals(min_decimals);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue