Skip to content

Commit 76a578a

Browse files
authored
Merge pull request #9 from SSARCandy/cov-2
Add test parsing big file
2 parents ff40aa7 + 1f82d55 commit 76a578a

File tree

3 files changed

+1013
-1
lines changed

3 files changed

+1013
-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)