gdi32: Clarify which font doesn't contain 'x'

Dmitry Timoshkov dmitry at codeweavers.com
Sun Apr 13 00:08:44 CDT 2008


Hello,

Changelog:
    gdi32: Clarify which font doesn't contain 'x'.
---
 dlls/gdi32/tests/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index ef250d9..803994b 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -1518,7 +1518,7 @@ static void test_negative_width(HDC hdc, const LOGFONTA *lf)
     {
         SelectObject(hdc, hfont_prev);
         DeleteObject(hfont);
-        skip("This font doesn't contain 'x', skipping the test\n");
+        skip("Font %s doesn't contain 'x', skipping the test\n", lf->lfFaceName);
         return;
     }
 
-- 
1.5.4.5






More information about the wine-patches mailing list