aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_button_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_button_exec.c')
-rw-r--r--plugin_button_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_button_exec.c b/plugin_button_exec.c
index f56da24..e4f6037 100644
--- a/plugin_button_exec.c
+++ b/plugin_button_exec.c
@@ -77,8 +77,8 @@ static void my_button_exec(RESULT * result, int argc, RESULT * argv[])
args[i] = (char *) 0;
env[0] = (char *) 0;
pid = fork();
- if (pid == 0) { // child-process
- // char *args[] = {"-r", "-t", "-l", (char *) 0 };
+ if (pid == 0) { /* child-process */
+ /* char *args[] = {"-r", "-t", "-l", (char *) 0 }; */
info("executing program");
execve(prog, args, env);
errsv = errno;