projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889f196
)
Initialize i = 0 in fun_break - temporary workaround
author
Ari Johnson
<ari@theari.com>
Mon, 25 Apr 2011 03:33:30 +0000
(22:33 -0500)
committer
Ari Johnson
<ari@theari.com>
Mon, 25 Apr 2011 03:33:30 +0000
(22:33 -0500)
refs #247
src/funlist.c
patch
|
blob
|
history
diff --git
a/src/funlist.c
b/src/funlist.c
index 6798d328248491a5fb7f5ff793bcc2f1bb0fced1..d67a9d01dced9d8e906cd4c0ad1ed9b1882334c7 100644
(file)
--- 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;