mirror of https://github.com/F-Stack/f-stack.git
modify INI_MAX_LINE from 200 to 2048 in lib/ff_ini_parser.h.
This commit is contained in:
parent
9fd8e44b49
commit
238513c034
|
@ -83,7 +83,7 @@ int ini_parse_stream(ini_reader reader, void* stream, ini_handler handler,
|
|||
|
||||
/* Maximum line length for any line in INI file. */
|
||||
#ifndef INI_MAX_LINE
|
||||
#define INI_MAX_LINE 200
|
||||
#define INI_MAX_LINE 2048
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue