(m17n_init): Set merror_code to MERROR_NONE before
authorhanda <handa>
Wed, 9 Mar 2005 05:38:07 +0000 (05:38 +0000)
committerhanda <handa>
Wed, 9 Mar 2005 05:38:07 +0000 (05:38 +0000)
calling m17n_init_core ().

src/m17n.c

index 34ea41c..9ac7d8e 100644 (file)
@@ -44,6 +44,7 @@ m17n_init (void)
 
   if (m17n__shell_initialized++)
     return;
+  merror_code == MERROR_NONE;
   m17n_init_core ();
   if (merror_code != MERROR_NONE)
     {