Fixed broken test.

This commit is contained in:
Armin Novak 2016-08-02 10:23:04 +02:00
parent e3b43b991d
commit 66cf000efd
1 changed files with 1 additions and 1 deletions

View File

@ -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]),