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:
0fb1e85
)
(load_variables): Fix setting of `global'.
author
handa
<handa>
Thu, 19 Oct 2006 01:28:54 +0000
(
01:28
+0000)
committer
handa
<handa>
Thu, 19 Oct 2006 01:28:54 +0000
(
01:28
+0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
c616d7f
..
bfc668d
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-1935,7
+1935,7
@@
load_variables (MInputMethodInfo *im_info, MPlist *plist)
/* P ::= ((NAME DESC ...) ...) */
p = MPLIST_PLIST (p); /* P ::= (NAME DESC ...) */
global = MPLIST_NEXT (p); /* P ::= (DESC VALUE ...) */
- global = MPLIST_NEXT (p); /* P ::= (VALUE ...) */
+ global = MPLIST_NEXT (global); /* P ::= (VALUE ...) */
}
p = MPLIST_NEXT (pl); /* P ::= (DESC VALUE VALID ...) */