From 73e0a421d20f83a783044080b1d13aeb069b91c4 Mon Sep 17 00:00:00 2001 From: project-repo Date: Mon, 26 Dec 2022 11:26:46 +0100 Subject: [PATCH] Increase maximal configuration line length --- parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.h b/parse.h index 798d732..cffb795 100644 --- a/parse.h +++ b/parse.h @@ -2,7 +2,7 @@ #define PARSE_H -#define MAX_LINE_SIZE 256 +#define MAX_LINE_SIZE 512 #include