[resend PATCH 2/4] oledb32: IErrorRecords uses 0-based index to access record info

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Nov 15 02:14:52 CST 2016


Hi Nikolay,

On 15/11/16 03:56, Nikolay Sivov wrote:
> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>

>  
> +    hr = IErrorRecords_GetRecordCount(errrecs, &cnt);
> +    ok(hr == S_OK, "got %08x\n", hr);
> +    ok(cnt == 0, "expected 2 got %d\n", cnt);
The comment here is incorrect.

Best Regards
Alistair.




More information about the wine-devel mailing list