diff --git a/ini_parser.c b/ini_parser.c index 43221e3..c74e66f 100644 --- a/ini_parser.c +++ b/ini_parser.c @@ -21,7 +21,7 @@ #define INI_EOT 4 // End-Of-Transmission #define INI_BUF_SIZE 512 -#define INI_LINE_SIZE 65 +#define INI_LINE_SIZE 90 #define INI_SECTION_START '[' #define INI_SECTION_END ']'