summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 2c049ce..e263b0f 100644
--- a/function.c
+++ b/function.c
@@ -1876,7 +1876,7 @@ func_call (o, argv, funcname)
char num[11];
sprintf (num, "%d", i);
- define_variable (num, strlen (num), *argv, o_automatic, 1);
+ define_variable (num, strlen (num), *argv, o_automatic, 0);
}
/* Expand the body in the context of the arguments, adding the result to