(m17n_init_core): Set merror_code to MERROR_NONE at
authorhanda <handa>
Fri, 11 Mar 2005 12:32:43 +0000 (12:32 +0000)
committerhanda <handa>
Fri, 11 Mar 2005 12:32:43 +0000 (12:32 +0000)
first.

src/m17n-core.c

index 17931cf..10325d6 100644 (file)
@@ -496,10 +496,10 @@ m17n_init_core (void)
 {
   int mdebug_mask = MDEBUG_INIT;
 
+  merror_code = MERROR_NONE;
   if (m17n__core_initialized++)
     return;
 
-  merror_code = MERROR_NONE;
   m17n_memory_full_handler = default_error_handler;
 
   mdebug__flag = 0;