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:
ddd0f6e
)
(take_action_list): Initialize `ret' to 0 for "=", "<",
author
handa
<handa>
Mon, 25 Oct 2004 11:25:58 +0000
(11:25 +0000)
committer
handa
<handa>
Mon, 25 Oct 2004 11:25:58 +0000
(11:25 +0000)
">" actions.
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
ffe2441
..
8334543
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-1313,7
+1313,7
@@
take_action_list (MInputContext *ic, MPlist *action_list)
{
int val1, val2;
MPlist *actions1, *actions2;
- int ret;
+ int ret = 0;
val1 = integer_value (ic, args);
args = MPLIST_NEXT (args);