From: handa Date: Mon, 10 May 2004 07:08:40 +0000 (+0000) Subject: (set_font_info): Fix previous change. X-Git-Tag: withdl~227 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=25b923c3d59f700b2c11b9425d904b2674fde49c;p=m17n%2Fm17n-lib.git (set_font_info): Fix previous change. --- diff --git a/src/font-ft.c b/src/font-ft.c index 847173f..6ea6626 100644 --- 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);