spv-light-decoder: Use unsigned int, not int, for %x with sscanf().
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 7 Feb 2021 04:13:50 +0000 (20:13 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 7 Feb 2021 04:13:50 +0000 (20:13 -0800)
commitdd45af75d87c680c7de07d591095751a0d75e49a
tree9220a7103076edd7647c77a0003386b900b8e4bf
parent1d5225d2a5c88bcf53f6d2157e1f9d919c15ee11
spv-light-decoder: Use unsigned int, not int, for %x with sscanf().

Found by cppcheck.
Reported by John Darrington.
src/output/spv/spv-light-decoder.c