Jeff Smith : gdiplus/tests: Fix debug value in test_graphics_clear().

Alexandre Julliard julliard at winehq.org
Mon Jun 22 15:55:58 CDT 2020


Module: wine
Branch: master
Commit: 11c68bb50e563e65fa28272430f682aefa92ad20
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=11c68bb50e563e65fa28272430f682aefa92ad20

Author: Jeff Smith <whydoubt at gmail.com>
Date:   Wed Jun 17 17:26:50 2020 -0500

gdiplus/tests: Fix debug value in test_graphics_clear().

Signed-off-by: Jeff Smith <whydoubt at gmail.com>
Signed-off-by: Esme Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdiplus/tests/image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdiplus/tests/image.c b/dlls/gdiplus/tests/image.c
index d32453fa38..93729650de 100644
--- a/dlls/gdiplus/tests/image.c
+++ b/dlls/gdiplus/tests/image.c
@@ -5913,7 +5913,7 @@ static void test_graphics_clear(void)
     if (!match)
     {
         bits = data.Scan0;
-        trace("format %#x, bits %02x,%02x,%02x,%02x %02x,%02x,%02x,%02x\n", PixelFormat32bppPARGB,
+        trace("format %#x, bits %02x,%02x,%02x,%02x %02x,%02x,%02x,%02x\n", PixelFormat32bppARGB,
                bits[0], bits[1], bits[2], bits[3], bits[4], bits[5], bits[6], bits[7]);
     }
     status = GdipBitmapUnlockBits(bitmap, &data);




More information about the wine-cvs mailing list