summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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