Fix format strings and unneeded assignment 638/head
authorStefan Weil <sw@weilnetz.de>
Sun, 18 Oct 2015 17:49:14 +0000 (19:49 +0200)
committerStefan Weil <sw@weilnetz.de>
Sun, 18 Oct 2015 17:52:57 +0000 (19:52 +0200)
commitad7eb5630e89541b226b8f9c163711e8715eaa45
tree42e8ea404f64418fc6c40a1de8397080183830c8
parent4831badeb4ae06f5be0974ce2da855889833736e
Fix format strings and unneeded assignment

The static code analyzer cppcheck warns about unsigned integers
which use "%d" in the format string.

It also warns about an unneeded assignment.

Fix both issues.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
src/bin/jp2/convert.c