qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" ->


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")
Date: Sat, 10 Nov 2012 01:19:22 +0100

On 10 November 2012 01:01, Catalin Patulea <address@hidden> wrote:
>
> Signed-off-by: Catalin Patulea <address@hidden>
> ---
> D'oh, that was really stupid. Here it is with the correct length.
>
>  ui/vnc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ui/vnc.c b/ui/vnc.c
> index 61f120e..ba30362 100644
> --- a/ui/vnc.c
> +++ b/ui/vnc.c
> @@ -2945,7 +2945,7 @@ void vnc_display_open(DisplayState *ds, const char 
> *display, Error **errp)
>  #endif
>          } else if (strncmp(options, "lossy", 5) == 0) {
>              vs->lossy = true;
> -        } else if (strncmp(options, "non-adapative", 13) == 0) {
> +        } else if (strncmp(options, "non-adaptive", 12) == 0) {
>              vs->non_adaptive = true;
>          } else if (strncmp(options, "share=", 6) == 0) {
>              if (strncmp(options+6, "ignore", 6) == 0) {
> --
> 1.7.7.3
>

Reviewed-by: Peter Maydell <address@hidden>

If we're gonna do this I guess it should go into 1.3...
cc'ing Anthony.

-- PMM



reply via email to

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