From: handa Date: Wed, 9 Mar 2005 05:38:07 +0000 (+0000) Subject: (m17n_init): Set merror_code to MERROR_NONE before X-Git-Tag: REL-1-3-0~357 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b79da156aea792287f3aa86c5d66809ba09dc839;p=m17n%2Fm17n-lib.git (m17n_init): Set merror_code to MERROR_NONE before calling m17n_init_core (). --- diff --git a/src/m17n.c b/src/m17n.c index 34ea41c..9ac7d8e 100644 --- a/src/m17n.c +++ b/src/m17n.c @@ -44,6 +44,7 @@ m17n_init (void) if (m17n__shell_initialized++) return; + merror_code == MERROR_NONE; m17n_init_core (); if (merror_code != MERROR_NONE) {