[PATCH v2 4/5] winepulse.drv: Fetch actual application name, if possible.

Andrew Eikum aeikum at codeweavers.com
Tue Feb 15 09:20:20 CST 2022


On Thu, Feb 10, 2022 at 06:07:47PM +0200, Gabriel Ivăncescu wrote:
> @@ -395,7 +493,7 @@ int WINAPI AUDDRV_GetPriority(void)
>      struct test_connect_params params;
>      char *name;
>  
> -    params.name   = name = get_application_name();
> +    params.name   = name = get_application_name(FALSE);

Do you know why we want FALSE here?

Andrew



More information about the wine-devel mailing list