qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/5] qga: use more idiomatic qemu-style eol oper


From: Michael Roth
Subject: Re: [Qemu-devel] [PATCH 1/5] qga: use more idiomatic qemu-style eol operators
Date: Wed, 24 Feb 2016 09:34:06 -0600
User-agent: alot/0.3.6

Quoting address@hidden (2016-02-17 10:47:51)
> From: Marc-André Lureau <address@hidden>
> 
> Reported-by: Laszlo Ersek <address@hidden>
> Signed-off-by: Marc-André Lureau <address@hidden>

Reviewed-by: Michael Roth <address@hidden>

> ---
>  qga/commands-win32.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/qga/commands-win32.c b/qga/commands-win32.c
> index cf0757c..7baacc7 100644
> --- a/qga/commands-win32.c
> +++ b/qga/commands-win32.c
> @@ -1248,9 +1248,9 @@ get_net_error_message(gint error)
>      wchar_t *msg = NULL;
>      int flags, nchars;
> 
> -    flags = FORMAT_MESSAGE_ALLOCATE_BUFFER
> -        |FORMAT_MESSAGE_IGNORE_INSERTS
> -        |FORMAT_MESSAGE_FROM_SYSTEM;
> +    flags = FORMAT_MESSAGE_ALLOCATE_BUFFER |
> +        FORMAT_MESSAGE_IGNORE_INSERTS |
> +        FORMAT_MESSAGE_FROM_SYSTEM;
> 
>      if (error >= NERR_BASE && error <= MAX_NERR) {
>          module = LoadLibraryExW(L"netmsg.dll", NULL, 
> LOAD_LIBRARY_AS_DATAFILE);
> -- 
> 2.5.0
> 



reply via email to

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