From: handa Date: Mon, 25 Oct 2004 11:25:58 +0000 (+0000) Subject: (take_action_list): Initialize `ret' to 0 for "=", "<", X-Git-Tag: REL-1-2-0~102 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c19dc871b56fec930761dbad21563ab0e5d3bbd;p=m17n%2Fm17n-lib.git (take_action_list): Initialize `ret' to 0 for "=", "<", ">" actions. --- diff --git a/src/input.c b/src/input.c index ffe2441..8334543 100644 --- 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);