From deb6092170b7875db63ce0993d7b7bda3061f847 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Sun, 24 Apr 2011 22:33:30 -0500 Subject: [PATCH] Initialize i = 0 in fun_break - temporary workaround refs #247 --- src/funlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/funlist.c b/src/funlist.c index 6798d32..d67a9d0 100644 --- a/src/funlist.c +++ b/src/funlist.c @@ -2266,7 +2266,7 @@ FUNCTION(fun_splice) FUNCTION(fun_break) { - int i; + int i = 0; if(!args[0] || !*args[0]) i = 0; -- 2.30.2