From 58500c8e530cc9b0807afbe8b068fe7b00db0131 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 23 Sep 2020 11:19:29 -0400 Subject: Initial config parser --- src/ini.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ini.c') 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 #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) -- cgit v1.2.3