block/cloop: use PRIu32 format specifier for uint32_t
commit370e681629da587af7592a7b83ebc7ec4955461e
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 23 Apr 2014 08:05:20 +0000 (23 10:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 23 Apr 2014 09:34:10 +0000 (23 11:34 +0200)
tree4b2ca6866fa578bf6e28c2ade92f092b0f8f9de2
parent9b17031ac4efcf7a587f0e4eea82287a5329b6e7
block/cloop: use PRIu32 format specifier for uint32_t

PRIu32 is the format string specifier for uint32_t, let's use it.
Variables ->block_size, ->n_blocks, and i are all uint32_t.

Suggested-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/cloop.c