diff options
Diffstat (limited to 'src/common/strlib.c')
-rw-r--r-- | src/common/strlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/strlib.c b/src/common/strlib.c index 6a5643558..633d6d45b 100644 --- a/src/common/strlib.c +++ b/src/common/strlib.c @@ -12,7 +12,7 @@ #include <errno.h> -#define SV_READDB_MAX_FIELDS 63 +#define SV_READDB_MAX_FIELDS 105 #define J_MAX_MALLOC_SIZE 65535 // escapes a string in-place (' -> \' , \ -> \\ , % -> _) |