[PATCH 1/4] qasf: Implement WM ASF reader stub.

Nikolay Sivov nsivov at codeweavers.com
Tue Mar 31 13:21:57 CDT 2020


On 3/31/20 7:01 PM, Jactry Zeng wrote:
> +    if (!(object = calloc(sizeof(*object), 1)))
> +        return E_OUTOFMEMORY;
Hi,

arguments are swapped here.



More information about the wine-devel mailing list