(m17n_init): Fix the way of checking merror_code.
authorhanda <handa>
Sun, 21 Mar 2004 23:59:40 +0000 (23:59 +0000)
committerhanda <handa>
Sun, 21 Mar 2004 23:59:40 +0000 (23:59 +0000)
src/m17n.c

index 0b658d0..d8ca38f 100644 (file)
@@ -45,7 +45,7 @@ m17n_init (void)
   if (shell_initialized)
     return;
   m17n_init_core ();
-  if (merror_code < 0)
+  if (merror_code != MERROR_NONE)
     return;
   MDEBUG_PUSH_TIME ();
   MDEBUG_PUSH_TIME ();