mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
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);
|
||||
todo_wine {
|
||||
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.length = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user