diff options
Diffstat (limited to 'src/wins.c')
-rw-r--r-- | src/wins.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -624,7 +624,7 @@ void wins_launch_external(const char *arg[]) int pid; wins_prepare_external(); - if ((pid = shell_exec(NULL, NULL, NULL, *arg, arg))) + if ((pid = shell_exec(NULL, NULL, NULL, 0, *arg, arg))) child_wait(NULL, NULL, NULL, pid); wins_unprepare_external(); } |