From 64b5985d5d0b421afeec2b4f32602750530083dd Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 26 Mar 2010 20:07:03 +0100 Subject: [PATCH] =?utf8?q?i3-msg:=20don=E2=80=99t=20stop=20processing=20op?= =?utf8?q?tions=20after=20-s?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- i3-msg/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/i3-msg/main.c b/i3-msg/main.c index a1bdd72e..2a9caec8 100644 --- a/i3-msg/main.c +++ b/i3-msg/main.c @@ -127,7 +127,6 @@ int main(int argc, char *argv[]) { while ((o = getopt_long(argc, argv, options_string, long_options, &option_index)) != -1) { if (o == 's') { socket_path = strdup(optarg); - break; } else if (o == 't') { if (strcasecmp(optarg, "command") == 0) message_type = I3_IPC_MESSAGE_TYPE_COMMAND; -- 2.39.5