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:
03dbef0
)
(m17n_init_core): Set merror_code to MERROR_NONE at
author
handa
<handa>
Fri, 11 Mar 2005 12:32:43 +0000
(12:32 +0000)
committer
handa
<handa>
Fri, 11 Mar 2005 12:32:43 +0000
(12:32 +0000)
first.
src/m17n-core.c
patch
|
blob
|
history
diff --git
a/src/m17n-core.c
b/src/m17n-core.c
index
17931cf
..
10325d6
100644
(file)
--- a/
src/m17n-core.c
+++ b/
src/m17n-core.c
@@
-496,10
+496,10
@@
m17n_init_core (void)
{
int mdebug_mask = MDEBUG_INIT;
+ merror_code = MERROR_NONE;
if (m17n__core_initialized++)
return;
- merror_code = MERROR_NONE;
m17n_memory_full_handler = default_error_handler;
mdebug__flag = 0;