diff --git a/src/getdata.c b/src/getdata.c index 976f0c1..0f5e8ae 100644 --- a/src/getdata.c +++ b/src/getdata.c @@ -325,7 +325,7 @@ void parse_config(int is_include, const char *restrict config_file, /* Long word which is almost causing overflow. None * of words are this long which the program is * searching. */ - if (MAXLEN < i) { + if (MAXLEN == i) { newclause = false; i = 0; continue;