projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578bc5f
)
(ft_open): Improve debug message.
author
handa
<handa>
Fri, 24 Mar 2006 12:58:05 +0000
(12:58 +0000)
committer
handa
<handa>
Fri, 24 Mar 2006 12:58:05 +0000
(12:58 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
c26b401
..
892a9bb
100644
(file)
--- 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))