Skip to content
Snippets Groups Projects
Commit 5d69a5d1 authored by Vasili Galka's avatar Vasili Galka Committed by Tom Rini
Browse files

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: default avatarVasili Galka <vvv444@gmail.com>
parent 2dd2cde1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment