From 5fd0ca70d31f835eefb1ee8a06b73763d761a134 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 13 May 2009 16:56:33 +0000 Subject: updated for version 7.2-169 --- src/quickfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quickfix.c') diff --git a/src/quickfix.c b/src/quickfix.c index e7f898273..e374694ad 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -2774,7 +2774,7 @@ ex_make(eap) sprintf((char *)cmd, "%s%s%s", (char *)p_shq, (char *)eap->arg, (char *)p_shq); if (*p_sp != NUL) - append_redir(cmd, p_sp, fname); + append_redir(cmd, len, p_sp, fname); /* * Output a newline if there's something else than the :make command that * was typed (in which case the cursor is in column 0). -- cgit v1.2.1