-
- Downloads
Fix a few printf argument verification warnings
The parameters of size_t type shall be formatted using "%zu" and not
using "%d".
Precision argument for the "%.*s" parameters shall be of int type.
Signed-off-by:
Vasili Galka <vvv444@gmail.com>
Loading
Please register or sign in to comment