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:
ee03daa
)
(load_im_info): Fix adding of state.
author
handa
<handa>
Mon, 31 Oct 2005 06:34:08 +0000
(06:34 +0000)
committer
handa
<handa>
Mon, 31 Oct 2005 06:34:08 +0000
(06:34 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
a987339
..
c8caea2
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-1181,7
+1181,7
@@
load_im_info (MSymbol language, MSymbol name, MPlist *plist)
{
MIMState *state = MPLIST_VAL (pl);
- MPLIST_ADD_PLIST (states, MPLIST_KEY (pl), state);
+ mplist_add (states, MPLIST_KEY (pl), state);
M17N_OBJECT_REF (state);
}
}