diff options
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index f7bc70fc17..e29853a1b5 100644 --- a/src/eval.c +++ b/src/eval.c @@ -4514,7 +4514,7 @@ eval7 ( if (**arg == '(') { /* recursive! */ /* If "s" is the name of a variable of type VAR_FUNC * use its contents. */ - s = deref_func_name(s, &len, FALSE); + s = deref_func_name(s, &len, !evaluate); /* Invoke the function. */ ret = get_func_tv(s, len, rettv, arg, |