summaryrefslogtreecommitdiff
path: root/src/ivybind.c
diff options
context:
space:
mode:
authorfcolin2007-03-16 15:38:19 +0000
committerfcolin2007-03-16 15:38:19 +0000
commitbc8d9dd11c6aba2375d90402bca4f6669dcc1f64 (patch)
tree4236a2e40f484c309634ea4e15b989c7ff2310a1 /src/ivybind.c
parent16882a88a2804d629ee3d69e96e2b544b0b86455 (diff)
downloadivy-c-bc8d9dd11c6aba2375d90402bca4f6669dcc1f64.zip
ivy-c-bc8d9dd11c6aba2375d90402bca4f6669dcc1f64.tar.gz
ivy-c-bc8d9dd11c6aba2375d90402bca4f6669dcc1f64.tar.bz2
ivy-c-bc8d9dd11c6aba2375d90402bca4f6669dcc1f64.tar.xz
correction nombre arguments regexp
Diffstat (limited to 'src/ivybind.c')
-rw-r--r--src/ivybind.c2
1 files changed, 1 insertions, 1 deletions
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 <pcre.h>
#else /* we don't USE_PCRE_REGEX */
#define MAX_MSG_FIELDS 200