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:
25d9f1d
)
(m17n_init): Fix the way of checking merror_code.
author
handa
<handa>
Sun, 21 Mar 2004 23:59:40 +0000
(23:59 +0000)
committer
handa
<handa>
Sun, 21 Mar 2004 23:59:40 +0000
(23:59 +0000)
src/m17n.c
patch
|
blob
|
history
diff --git
a/src/m17n.c
b/src/m17n.c
index
0b658d0
..
d8ca38f
100644
(file)
--- a/
src/m17n.c
+++ b/
src/m17n.c
@@
-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 ();