Change max line for parser to 512 66/93466/1
authorpr.jung <pr.jung@samsung.com>
Mon, 24 Oct 2016 10:27:53 +0000 (19:27 +0900)
committerpr.jung <pr.jung@samsung.com>
Mon, 24 Oct 2016 10:27:53 +0000 (19:27 +0900)
Change-Id: I1433001f3c07100c7067fa44bc6821eb4e43271d
Signed-off-by: pr.jung <pr.jung@samsung.com>
src/parser.c

index 6267330..9dc4c66 100644 (file)
@@ -24,7 +24,7 @@
 #include "log.h"
 
 #define MAX_DATA       256
-#define MAX_LINE       256
+#define MAX_LINE       512
 #define MAX_SECTION    64
 #define WHITESPACE     " \t"
 #define NEWLINE                "\n\r"