diff --git a/src/conf.c b/src/conf.c index ebb1bfd..b94b71e 100644 --- a/src/conf.c +++ b/src/conf.c @@ -45,7 +45,7 @@ * number. Given the usual structure of the configuration file, sixteen * substring matches should be plenty. */ -#define RE_MAX_MATCHES 24 +#define RE_MAX_MATCHES 16 #define CP_WARN(FMT, ...) \ log_message (LOG_WARNING, "line %lu: " FMT, lineno, __VA_ARGS__)