aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-24 22:02:12 +0100
committerMattias Andrée <maandree@kth.se>2021-02-24 22:02:34 +0100
commitf488e153357844eca6f028efa0d88e5ba337f330 (patch)
tree14242b9c5417beb5f7590160cfa04aa6d6c0d811
parentembedded bitmap fonts does not work anymore in (i believe) fontconfig (diff)
downloadxkbdbind-f488e153357844eca6f028efa0d88e5ba337f330.tar.gz
xkbdbind-f488e153357844eca6f028efa0d88e5ba337f330.tar.bz2
xkbdbind-f488e153357844eca6f028efa0d88e5ba337f330.tar.xz
Ignore --
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--LICENSE2
-rw-r--r--xkbdbind.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index b339294..05839b1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
ISC License
-© 2018 Mattias Andrée <maandree@kth.se>
+© 2018, 2021 Mattias Andrée <maandree@kth.se>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/xkbdbind.c b/xkbdbind.c
index f012df3..90a472a 100644
--- a/xkbdbind.c
+++ b/xkbdbind.c
@@ -123,6 +123,8 @@ main(int argc, char *argv[])
size_t i;
argv0 = argv[0];
+ if (argc > 1 && !strcmp(argv[1], "--"))
+ argc--;
if (argc > 1) {
fprintf(stderr, "usage: %s\n", argv0);
return 1;