(set_font_info): Fix previous change.
authorhanda <handa>
Mon, 10 May 2004 07:08:40 +0000 (07:08 +0000)
committerhanda <handa>
Mon, 10 May 2004 07:08:40 +0000 (07:08 +0000)
src/font-ft.c

index 847173f..6ea6626 100644 (file)
@@ -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);