mirror of https://github.com/FreeRDP/FreeRDP
Fixed broken test.
This commit is contained in:
parent
e3b43b991d
commit
66cf000efd
|
@ -595,7 +595,7 @@ int TestGdiBitBlt(int argc, char* argv[])
|
|||
/* Skip 8bpp, only supported on remote end. */
|
||||
for (y = 1; y < listSize; y++)
|
||||
{
|
||||
if (test_gdi_BitBlt(formatList[x], formatList[y]) != 0)
|
||||
if (!test_gdi_BitBlt(formatList[x], formatList[y]))
|
||||
{
|
||||
fprintf(stderr, "test_gdi_BitBlt(SrcFormat=%s, DstFormat=%s) failed!\n",
|
||||
GetColorFormatName(formatList[x]),
|
||||
|
|
Loading…
Reference in New Issue