Initialize i = 0 in fun_break - temporary workaround
authorAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 03:33:30 +0000 (22:33 -0500)
committerAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 03:33:30 +0000 (22:33 -0500)
refs #247

src/funlist.c

index 6798d328248491a5fb7f5ff793bcc2f1bb0fced1..d67a9d01dced9d8e906cd4c0ad1ed9b1882334c7 100644 (file)
@@ -2266,7 +2266,7 @@ FUNCTION(fun_splice)
 
 
 FUNCTION(fun_break) {
-  int i;
+  int i = 0;
 
   if(!args[0] || !*args[0])
         i = 0;