diff options
author | Stefan Hajnoczi | 2014-04-23 10:05:20 +0200 |
---|---|---|
committer | Kevin Wolf | 2014-04-23 11:34:10 +0200 |
commit | 370e681629da587af7592a7b83ebc7ec4955461e (patch) | |
tree | 4b2ca6866fa578bf6e28c2ade92f092b0f8f9de2 /hw/net | |
parent | vmdk: Fix "%x" to PRIx32 in format strings for cid (diff) | |
download | qemu-370e681629da587af7592a7b83ebc7ec4955461e.tar.gz qemu-370e681629da587af7592a7b83ebc7ec4955461e.tar.xz qemu-370e681629da587af7592a7b83ebc7ec4955461e.zip |
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>
Diffstat (limited to 'hw/net')
0 files changed, 0 insertions, 0 deletions