Fixed remaining color renaming issues.

This commit is contained in:
Armin Novak 2017-12-12 11:41:43 +01:00
parent ae2a96293b
commit 2f35c4b158
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ BOOL test_assert_bitmaps_equal(HGDI_BITMAP hBmpActual,
if (!bitmapsEqual)
{
printf("Testing ROP %s [%s|%s]\n", name,
GetColorFormatName(hBmpActual->format),
GetColorFormatName(hBmpExpected->format));
FreeRDPGetColorFormatName(hBmpActual->format),
FreeRDPGetColorFormatName(hBmpExpected->format));
test_dump_bitmap(hBmpActual, "Actual");
test_dump_bitmap(hBmpExpected, "Expected");
fflush(stdout);