projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119060f
)
(m17n_init): Set merror_code to MERROR_NONE before
author
handa
<handa>
Wed, 9 Mar 2005 05:38:07 +0000
(
05:38
+0000)
committer
handa
<handa>
Wed, 9 Mar 2005 05:38:07 +0000
(
05:38
+0000)
calling m17n_init_core ().
src/m17n.c
patch
|
blob
|
history
diff --git
a/src/m17n.c
b/src/m17n.c
index
34ea41c
..
9ac7d8e
100644
(file)
--- 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)
{