qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Remove g_sequence_lookup from qemu-img help fun


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH] Remove g_sequence_lookup from qemu-img help function
Date: Wed, 14 May 2014 08:31:54 +0200

On Tue, 13 May 2014 17:11:06 -0400
Mike Day <address@hidden> wrote:

> g_sequence_lookup is not supported by glib < 2.28. The usage
> of g_sequence_lookup is not essential in this context (it's a
> safeguard against duplicate values in the help message).
> Removing the call enables the build on all platforms and
> does not change the operation of the help function.
> 
> Signed-off-by: Mike Day <address@hidden>
> ---
>  qemu-img.c | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)

I don't get duplicates even without the safeguard :)

Acked-by: Cornelia Huck <address@hidden>




reply via email to

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