]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
gui.c: Change para command to "para_client --".
authorAndre Noll <maan@systemlinux.org>
Sun, 6 Jan 2008 13:13:09 +0000 (14:13 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 6 Jan 2008 13:13:09 +0000 (14:13 +0100)
gui.c

diff --git a/gui.c b/gui.c
index 2fddc2f8dbbf2674fae9613fcb8b99da616044ed..0cb4b74afd0d616afedb06ec18fdc4f3329fc9d2 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -979,7 +979,7 @@ static int send_output(void)
 static int client_cmd_cmdline(char *cmd)
 {
        int ret, fds[3] = {0, 1, 0};
-       char *c = make_message(BINDIR "/para_client %s", cmd);
+       char *c = make_message(BINDIR "/para_client -- %s", cmd);
 
        outputf(COLOR_COMMAND, "%s", c);
        print_in_bar(COLOR_MSG, "executing client command, hit any key to abort\n");