diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2023-12-19 15:14:36 +0000 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-01-12 12:38:37 +0100 |
commit | 29328fb06cee0f984c796c7451408b00e5681a6b (patch) | |
tree | a3c60c5f26efbd4efe1067e4c3f39ef1c40624dd /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | e2e0b838a1849f92612a8305c09aaf31bf824350 (diff) |
video/logo: use %u format specifier for unsigned int values
Currently the %d format specifier is being used for unsigned int values.
Fix this by using the correct %u format specifier. Cleans up cppcheck
warnings:
warning: %d in format string (no. 1) requires 'int' but the argument
type is 'unsigned int'. [invalidPrintfArgType_sint]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions