commit | 38c3fff7d42734d1cfa1dacaa1df000a3981eab7 | [log] [tgz] |
---|---|---|
author | Vasili Galka <vvv444@gmail.com> | Tue Aug 26 13:45:48 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Mon Sep 15 13:32:55 2014 -0400 |
tree | 132b0f4153d5a668f5cac8c44192ea41b57ee57b | |
parent | 240e621088079bd5d93342d7e24d906aaf1c956b [diff] |
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>