From bc8d9dd11c6aba2375d90402bca4f6669dcc1f64 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 16 Mar 2007 15:38:19 +0000 Subject: correction nombre arguments regexp --- src/ivybind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivybind.c') diff --git a/src/ivybind.c b/src/ivybind.c index 5aaefe2..6c74af7 100644 --- a/src/ivybind.c +++ b/src/ivybind.c @@ -29,7 +29,7 @@ #ifdef USE_PCRE_REGEX -#define OVECSIZE 60 /* must be multiple of 3, for regexp return */ +#define OVECSIZE 120 /* must be multiple of 3, for regexp return */ #include #else /* we don't USE_PCRE_REGEX */ #define MAX_MSG_FIELDS 200 -- cgit v1.1