]> git.sur5r.net Git - i3/i3/commit
i3-msg: Return an exit code upon missing -t arg 2820/head
authorhwangcc23 <hwangcc@csie.nctu.edu.tw>
Thu, 22 Jun 2017 14:53:08 +0000 (22:53 +0800)
committerhwangcc23 <hwangcc@csie.nctu.edu.tw>
Thu, 22 Jun 2017 14:53:08 +0000 (22:53 +0800)
commit5362876b60ddecda43de07affc77ec8f13335512
treedcaa56e62ce12d001ef4fff763b5fadd40a1595b
parent78adcdab7fa4b3d77e08e0befe8a6fad37388023
i3-msg: Return an exit code upon missing -t arg

If getopt() returns '?' (option with a missing argument), exit the program with an error code rather than continuing the execution.

Fix the issue #2804 (https://github.com/i3/i3/issues/2804).
i3-msg/main.c