summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bind.c b/sway/commands/bind.c
index f963001b..139361dd 100644
--- a/sway/commands/bind.c
+++ b/sway/commands/bind.c
@@ -86,7 +86,7 @@ static struct cmd_results * cmd_bindsym_or_bindcode(int argc, char **argv, bool
86 binding->modifiers = 0; 86 binding->modifiers = 0;
87 binding->release = false; 87 binding->release = false;
88 binding->locked = false; 88 binding->locked = false;
89 binding->bindcode = false; 89 binding->bindcode = bindcode;
90 90
91 // Handle --release and --locked 91 // Handle --release and --locked
92 while (argc > 0) { 92 while (argc > 0) {