mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
ole32/tests: Fix array indices in a trace.
This commit is contained in:
parent
7f810293b7
commit
aaa680bfda
@ -742,8 +742,8 @@ static void test_cf_dataobject(IDataObject *data)
|
||||
cfs_seen[count] = fmt.cfFormat;
|
||||
ok(fmt_ptr->first_use_of_cf != seen_cf, "got %08x expected %08x\n",
|
||||
fmt_ptr->first_use_of_cf, !seen_cf);
|
||||
ok(fmt_ptr->res[0] == 0, "got %08x\n", fmt_ptr->res[1]);
|
||||
ok(fmt_ptr->res[1] == 0, "got %08x\n", fmt_ptr->res[2]);
|
||||
ok(fmt_ptr->res[0] == 0, "got %08x\n", fmt_ptr->res[0]);
|
||||
ok(fmt_ptr->res[1] == 0, "got %08x\n", fmt_ptr->res[1]);
|
||||
if(fmt.ptd)
|
||||
{
|
||||
DVTARGETDEVICE *target;
|
||||
|
Loading…
Reference in New Issue
Block a user