(m17n_init_core): Call mchar_init.
authorhanda <handa>
Mon, 29 Oct 2007 02:12:05 +0000 (02:12 +0000)
committerhanda <handa>
Mon, 29 Oct 2007 02:12:05 +0000 (02:12 +0000)
src/m17n-core.c

index 44c791d..2094258 100644 (file)
@@ -558,6 +558,9 @@ m17n_init_core (void)
   if  (mplist__init () < 0)
     goto err;
   MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize plist module."));
+  if (mchar__init () < 0)
+    goto err;
+  MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize character module."));
   if  (mchartable__init () < 0)
     goto err;
   MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize chartable module."));