From 585d8c6856e8eaf77c518ad4679e8c66660fc440 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 2 May 2014 01:27:17 +0200 Subject: input: increase number of maximum sections This is because Lua scripts creating key bindings create 2 input sections per script. Probably fixes #759. --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index e66d7ef34b..fee469b9d4 100644 --- a/input/input.c +++ b/input/input.c @@ -105,7 +105,7 @@ struct input_fd { int pos, size; }; -#define MAX_ACTIVE_SECTIONS 5 +#define MAX_ACTIVE_SECTIONS 50 struct active_section { char *name; -- cgit v1.2.3