diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-05-13 16:56:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-05-13 16:56:33 +0000 |
commit | 5fd0ca70d31f835eefb1ee8a06b73763d761a134 (patch) | |
tree | c08cc30b9a1fc6d2f5a0f9434af0de6cc9b1f1ab /src/quickfix.c | |
parent | 0c7ce77a00469e0d8956de3df06b5fde4023ad47 (diff) | |
download | vim-git-5fd0ca70d31f835eefb1ee8a06b73763d761a134.tar.gz |
updated for version 7.2-169v7.2.169
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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). |