input: increase number of maximum sections

This is because Lua scripts creating key bindings create 2 input
sections per script.

Probably fixes #759.
This commit is contained in:
wm4 2014-05-02 01:27:17 +02:00
parent beaa7c7153
commit 585d8c6856
1 changed files with 1 additions and 1 deletions

View File

@ -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;