summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c2
1 files changed, 1 insertions, 1 deletions
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;