Increase maximal configuration line length

This commit is contained in:
project-repo 2022-12-26 11:26:46 +01:00
commit 73e0a421d2

View file

@ -2,7 +2,7 @@
#define PARSE_H
#define MAX_LINE_SIZE 256
#define MAX_LINE_SIZE 512
#include <stdio.h>