Jo-Philipp Wich 3d3d03479d ucode: add temporary fix for integer formatting on 32bit systems
The ucode VM always passes 64bit integer values to sprintf implementation
while the `%d` format expects 32bit integers on 32bit platforms, leading
to incorrect formatting results.

Temporarily solve the issue by casting the numeric argument to int until
a more thorough fix arrives with the next update.

Fixes: FS#4234
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-01-23 00:57:58 +01:00
..
2019-12-23 00:22:07 +01:00
2022-01-08 00:49:59 +01:00
2019-10-19 12:49:11 +02:00
2022-01-03 10:34:31 +01:00
2022-01-03 10:34:31 +01:00
2022-01-16 20:51:14 +01:00
2020-08-30 22:18:35 +02:00
2021-12-13 13:48:08 +01:00
2020-08-31 10:19:31 +01:00
2021-10-31 13:02:49 +00:00
2022-01-21 23:53:00 +01:00