--- a/src/regex_parser.h Sun Nov 10 13:09:54 2024 +0100
+++ b/src/regex_parser.h Sun Nov 10 13:54:17 2024 +0100
@@ -27,7 +27,7 @@
#ifndef REGEX_PARSER_H_
#define REGEX_PARSER_H_
-#define MAX_LINELENGTH 4096u
+#define MAX_LINELENGTH 4095u
#include <sys/types.h>
#include <stdbool.h>