Skip to content

Commit 6a430b2

Browse files
committed
pref: increase max_line
1 parent ff40aa7 commit 6a430b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/INIReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ typedef char* (*ini_reader)(char* str, int num, void* stream);
4444

4545

4646
#define INI_STOP_ON_FIRST_ERROR 1
47-
#define INI_MAX_LINE 200
47+
#define INI_MAX_LINE 2000
4848
#define INI_INITIAL_ALLOC 200
4949
#define MAX_SECTION 50
5050
#define MAX_NAME 50

0 commit comments

Comments
 (0)