openwrt/package/utils/ucode
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
..
patches ucode: add temporary fix for integer formatting on 32bit systems 2022-01-23 00:57:58 +01:00
Makefile ucode: add temporary fix for integer formatting on 32bit systems 2022-01-23 00:57:58 +01:00