[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] block/cloop: use PRIu32 format specifier for ui
|
From: |
Kevin Wolf |
|
Subject: |
Re: [Qemu-devel] [PATCH] block/cloop: use PRIu32 format specifier for uint32_t |
|
Date: |
Wed, 23 Apr 2014 11:36:30 +0200 |
|
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 23.04.2014 um 10:05 hat Stefan Hajnoczi geschrieben:
> 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 <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
Thanks, applied to the block branch.
Kevin