summaryrefslogtreecommitdiffstats
path: root/src/ini.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ini.c')
-rw-r--r--src/ini.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ini.c b/src/ini.c
index 236684e..88ff0d1 100644
--- a/src/ini.c
+++ b/src/ini.c
@@ -20,8 +20,8 @@ https://github.com/benhoyt/inih
#include <stdlib.h>
#endif
-#define MAX_SECTION 50
-#define MAX_NAME 50
+#define MAX_SECTION 512
+#define MAX_NAME 512
/* Strip whitespace chars off end of given string, in place. Return s. */
static char* rstrip(char* s)