[PATCH] quartz: Print This pointer before iface pointer in traces.

Andrew Eikum aeikum at codeweavers.com
Fri Apr 29 08:31:13 CDT 2016


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Wed, Apr 27, 2016 at 11:12:56PM -0600, Alex Henrie wrote:
> Cc: Andrew Eikum <aeikum at codeweavers.com>
> Cc: Christian Costa <titan.costa at gmail.com>
> 
> This matches what is done in AMFilterData_ParseFilterData and
> AMFilterData_CreateFilterData.
> 
> Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
> ---
>  dlls/quartz/filtermapper.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/dlls/quartz/filtermapper.c b/dlls/quartz/filtermapper.c
> index a462fbc..6564155 100644
> --- a/dlls/quartz/filtermapper.c
> +++ b/dlls/quartz/filtermapper.c
> @@ -1159,7 +1159,8 @@ static HRESULT WINAPI FilterMapper_EnumMatchingFilters(
>      HRESULT hr;
>  
>      TRACE("(%p/%p)->(%p, %x, %s, %s, %s, %s, %s, %s, %s) stub!\n",
> -        iface,This,
> +        This,
> +        iface,
>          ppEnum,
>          dwMerit,
>          bInputNeeded ? "true" : "false",
> -- 
> 2.8.0
> 



More information about the wine-patches mailing list