qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qcow2: Use better type for numerical snapshot I


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] qcow2: Use better type for numerical snapshot ID
Date: Wed, 9 Oct 2013 15:21:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 09.10.2013 um 14:42 hat Max Reitz geschrieben:
> When trying to find a new snapshot ID, the existing ones are converted
> to integers using strtoul. This function returns an unsigned long,
> therefore its result should be saved in an unsigned long as well.
> 
> Signed-off-by: Max Reitz <address@hidden>

Thanks, applied to the block branch.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]