diff options
Diffstat (limited to 'src/ini.c')
| -rw-r--r-- | src/ini.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
