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:
cf85a8e
)
(m17n_init_core): Call mchar_init.
author
handa
<handa>
Mon, 29 Oct 2007 02:12:05 +0000
(
02:12
+0000)
committer
handa
<handa>
Mon, 29 Oct 2007 02:12:05 +0000
(
02:12
+0000)
src/m17n-core.c
patch
|
blob
|
history
diff --git
a/src/m17n-core.c
b/src/m17n-core.c
index
44c791d
..
2094258
100644
(file)
--- a/
src/m17n-core.c
+++ b/
src/m17n-core.c
@@
-558,6
+558,9
@@
m17n_init_core (void)
if (mplist__init () < 0)
goto err;
MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize plist module."));
+ if (mchar__init () < 0)
+ goto err;
+ MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize character module."));
if (mchartable__init () < 0)
goto err;
MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize chartable module."));