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

Nikolay Sivov nsivov at codeweavers.com
Tue Nov 15 09:31:32 CST 2016



On 11/15/2016 11:14 AM, Alistair Leslie-Hughes wrote:
> 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.
Right, thanks.
>
> Best Regards
> Alistair.
>
>




More information about the wine-devel mailing list