Allow long lines in tint2conf

This commit is contained in:
o9000
2017-03-12 17:41:13 +01:00
parent 4d12abdb42
commit 639ccbf16c
3 changed files with 21 additions and 19 deletions

View File

@@ -643,6 +643,7 @@ void execp_timer_callback(void *arg)
close(pipe_fd[0]);
return;
} else if (child == 0) {
fprintf(stderr, "Executing: %s\n", execp->backend->command);
// We are in the child
close(pipe_fd[0]);
dup2(pipe_fd[1], 1); // 1 is stdout