FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

viewflif.c: Fix cppcheck findings about mismatching format string. #410

Closed matthiaskrgr closed 7 years ago

matthiaskrgr commented 7 years ago

Was: [src/viewflif.c:122]: (warning) %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [src/viewflif.c:122]: (warning) %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.