From 87e3b467e0bd62e43d6eb3547574c2378264ef89 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 29 Jul 2010 06:58:12 +0200 Subject: run shellexec actions in background (appends & to shell commands) --- plugins/shellexec/shellexec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/shellexec') diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c index 142004c0..7e65c52a 100644 --- a/plugins/shellexec/shellexec.c +++ b/plugins/shellexec/shellexec.c @@ -182,6 +182,7 @@ format_shell_command (DB_playItem_t *it, const char *format) } } strcpy (res_p, trailing); + strcat (res_p, "&"); return res; } -- cgit v1.2.3