summaryrefslogtreecommitdiff
path: root/src/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/events.c')
-rw-r--r--src/events.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/events.c b/src/events.c
index c5032a1..23a14ba 100644
--- a/src/events.c
+++ b/src/events.c
@@ -128,6 +128,7 @@ void init_buttonbindings(void)
while (fgets(line, sizeof(line), conf)) {
*action = '\0';
*button = '\0';
+ cur_bb = NULL;
read = sscanf(line, "%31s %7s\n", (char *) &action, (char *) &button);