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:
7562f4c
)
(set_font_info): Fix previous change.
author
handa
<handa>
Mon, 10 May 2004 07:08:40 +0000
(07:08 +0000)
committer
handa
<handa>
Mon, 10 May 2004 07:08:40 +0000
(07:08 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
847173f
..
6ea6626
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-120,7
+120,7
@@
set_font_info (FT_Face ft_face, MFTInfo *ft_info, MSymbol family)
int len;
char *buf, *p;
MPlist *charmap_list;
- int unicode_bmp = -1, unicode_full = -1, unicode;
+ int unicode_bmp = -1, unicode_full = -1, unicode = -1;
int i;
MFONT_INIT (font);