mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Remove locale reference
This commit is contained in:
parent
72b9a2b739
commit
61e296dc2a
@ -91,7 +91,7 @@ char * lv_utils_num_to_str_fixed(int32_t num, int decimals, char * buf)
|
||||
char * p = buf;
|
||||
while(*p != 0)
|
||||
p++;
|
||||
*p++ = localeconv()->decimal_point[0];
|
||||
*p++ = '.';
|
||||
|
||||
/*now work backwards from end*/
|
||||
num = num % dec_power;
|
||||
|
Loading…
x
Reference in New Issue
Block a user