dwrite: Fixed paste error (Coverity).
This commit is contained in:
parent
bf463eae05
commit
d1749b548b
@ -613,7 +613,7 @@ static void test_SetInlineObject(void)
|
|||||||
hr = IDWriteTextLayout_GetInlineObject(layout, 0, &inlinetest, NULL);
|
hr = IDWriteTextLayout_GetInlineObject(layout, 0, &inlinetest, NULL);
|
||||||
todo_wine {
|
todo_wine {
|
||||||
ok(hr == S_OK, "got 0x%08x\n", hr);
|
ok(hr == S_OK, "got 0x%08x\n", hr);
|
||||||
ok(inlinetest == NULL, "got %p\n", inlineobj);
|
ok(inlinetest == NULL, "got %p\n", inlinetest);
|
||||||
}
|
}
|
||||||
range.startPosition = 0;
|
range.startPosition = 0;
|
||||||
range.length = 2;
|
range.length = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user