Skip to content

Commit 57f3863

Browse files
committed
Simple fix problem with too long lines.
1 parent 5d9a5a7 commit 57f3863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/dbcscanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <math.h>
55
#include "../helpers/formatter.h"
66

7-
#define MAX_LINE 4096
7+
#define MAX_LINE 4096 * 4
88

99
char line[MAX_LINE] = { 0 };
1010

0 commit comments

Comments
 (0)