summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index f5d93e664..099d9cfee 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -1185,7 +1185,7 @@ do_filter(
if (do_out)
{
- if (u_save((linenr_T)(line2), (linenr_T)(line2 + 1)) == FAIL)
+ if (u_save(line2, (linenr_T)(line2 + 1)) == FAIL)
{
vim_free(cmd_buf);
goto error;