aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui-todo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui-todo.c')
-rw-r--r--src/ui-todo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui-todo.c b/src/ui-todo.c
index 2c9bcb0..cad89fd 100644
--- a/src/ui-todo.c
+++ b/src/ui-todo.c
@@ -158,7 +158,7 @@ void ui_todo_pipe(void)
return;
wins_prepare_external();
- if ((pid = shell_exec(NULL, &pout, NULL, *arg, arg))) {
+ if ((pid = shell_exec(NULL, &pout, NULL, 0, *arg, arg))) {
fpout = fdopen(pout, "w");
todo_write(item, fpout);
fclose(fpout);