From ebbf03a11070ba1b555c07f49c69f63eaa841f08 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 24 Mar 2006 12:58:05 +0000 Subject: [PATCH] (ft_open): Improve debug message. --- src/font-ft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font-ft.c b/src/font-ft.c index c26b401..892a9bb 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -1337,7 +1337,7 @@ ft_open (MFrame *frame, MFont *font, MFont *spec, MRealizedFont *rfont) return rfont; } - MDEBUG_DUMP (" [FONT-FT] opening ", "", mdebug_dump_font (spec)); + MDEBUG_DUMP (" [FONT-FT] opening ", "", mdebug_dump_font (&ft_info->font)); if (FT_New_Face (ft_library, MSYMBOL_NAME (ft_info->font.file), 0, &ft_face)) -- 1.7.10.4