[Spice-devel] [PATCH 08/20] mingw: fix initialization list order for VDAgent()

Alon Levy alevy at redhat.com
Thu Mar 1 03:48:04 PST 2012


On Thu, Mar 01, 2012 at 11:17:42AM +0100, Christophe Fergeau wrote:
> ---
>  vdagent/vdagent.cpp |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp
> index 22e9c59..1cfa96d 100644
> --- a/vdagent/vdagent.cpp
> +++ b/vdagent/vdagent.cpp
> @@ -176,9 +176,9 @@ VDAgent::VDAgent()
>      , _display_setting (VD_AGENT_REGISTRY_KEY)
>      , _logon_desktop (false)
>      , _display_setting_initialized (false)
> -    , _log (NULL)
>      , _client_caps(NULL)
> -    , _client_caps_size(NULL)
> +    , _client_caps_size(0)

nitpick - no space after variable.

> +    , _log (NULL)
>  {
>      TCHAR log_path[MAX_PATH];
>      TCHAR temp_path[MAX_PATH];
> -- 
> 1.7.7.6
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list