summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_misc.c')
-rw-r--r--Src/Zle/zle_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c
index a6adcc4fd..91b7317ed 100644
--- a/Src/Zle/zle_misc.c
+++ b/Src/Zle/zle_misc.c
@@ -549,7 +549,7 @@ copyprevshellword(char **args)
int i;
char *p = NULL;
- l = bufferwords(&i);
+ l = bufferwords(NULL, NULL, &i);
for (n = firstnode(l); n; incnode(n))
if (!i--) {