Commit 463a655c authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

Set size before calling pSetColorProfileElement.

parent 305ce2f6
......@@ -823,6 +823,8 @@ static void test_SetColorProfileElement(void)
/* Functional checks */
size = sizeof(data);
ret = pSetColorProfileElement( handle, tag, 0, &size, data );
ok( ret, "SetColorProfileElement() failed (%ld)\n", GetLastError() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment