Skip to content
Snippets Groups Projects
Commit c3a6c0d0 authored by rswindell's avatar rswindell
Browse files

Increased INI_MAX_VALUE_LEN from 128 to 1024.

parent a2fc7ad3
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
#include "genwrap.h"
#include "str_list.h" /* strList_t */
#define INI_MAX_VALUE_LEN 128 /* Maximum value length, includes '\0' */
#define INI_MAX_VALUE_LEN 1024 /* Maximum value length, includes '\0' */
typedef struct {
ulong bit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment