*** empty log message ***
authorhanda <handa>
Mon, 16 May 2005 13:02:36 +0000 (13:02 +0000)
committerhanda <handa>
Mon, 16 May 2005 13:02:36 +0000 (13:02 +0000)
src/ChangeLog
src/font-ft.c

index 57cb3b5..08102c4 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-16  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-core.c (m17n_object): Be sure to initialize all members.
+
+       * font-ft.c (fc_decode_prop): Fix args to msymbol.
+
 2005-05-09  Kenichi Handa  <handa@m17n.org>
 
        * m17n-X.c (mwin__close_device): Fix arg to M17N_OBJECT_UNREF.
index 3753a30..ee3f5a2 100644 (file)
@@ -1098,8 +1098,8 @@ fc_decode_prop (int val, FC_vs_M17N_font_prop *table)
 
   for (i = 0; table[i].m17n_value; i++)
     if (val <= table[i].fc_value)
-      return msymbol ("table[i].m17n_value");
-  return msymbol ("table[i - 1].m17n_value");
+      return msymbol (table[i].m17n_value);
+  return msymbol (table[i - 1].m17n_value);
 }
 
 static int