From: handa Date: Fri, 24 Mar 2006 12:58:05 +0000 (+0000) Subject: (ft_open): Improve debug message. X-Git-Tag: REL-1-3-4~184 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebbf03a11070ba1b555c07f49c69f63eaa841f08;p=m17n%2Fm17n-lib.git (ft_open): Improve debug message. --- 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))