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:
8fa9606
)
(m17n_init_win): Fix the way of checking merror_code.
author
handa
<handa>
Sun, 21 Mar 2004 23:59:56 +0000
(23:59 +0000)
committer
handa
<handa>
Sun, 21 Mar 2004 23:59:56 +0000
(23:59 +0000)
src/m17n-gui.c
patch
|
blob
|
history
diff --git
a/src/m17n-gui.c
b/src/m17n-gui.c
index
a56873f
..
45ca8d1
100644
(file)
--- a/
src/m17n-gui.c
+++ b/
src/m17n-gui.c
@@
-97,7
+97,7
@@
m17n_init_win (void)
if (win_initialized)
return;
m17n_init ();
- if (merror_code < 0)
+ if (merror_code != MERROR_NONE)
return;
Mfont = msymbol ("font");