From 7a9ba5d2de2503e5162fac51ed506bcac79d0cff Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 11 Jun 2008 08:46:36 +0000 Subject: [PATCH] Update to 423. --- less-423-search.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 less-423-search.patch diff --git a/less-423-search.patch b/less-423-search.patch new file mode 100644 index 0000000..55108b1 --- /dev/null +++ b/less-423-search.patch @@ -0,0 +1,11 @@ +--- less-423/search.c.beta 2008-06-09 18:45:32.000000000 +0200 ++++ less-423/search.c 2008-06-11 10:27:34.000000000 +0200 +@@ -410,7 +410,7 @@ compile_pattern2(pattern, search_type, c + #endif + #if HAVE_PCRE + pcre *comp; +- pcre *pcomp = (pcre *) comp_pattern; ++ pcre **pcomp = (pcre **) comp_pattern; + const char *errstring; + int erroffset; + PARG parg;