Update to 423.
This commit is contained in:
parent
c6a9774326
commit
7a9ba5d2de
11
less-423-search.patch
Normal file
11
less-423-search.patch
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user