rpms/less/devel less-423-search.patch,NONE,1.1

Zdenek Prikryl (zprikryl) fedora-extras-commits at redhat.com
Wed Jun 11 08:47:00 UTC 2008


Author: zprikryl

Update of /cvs/extras/rpms/less/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4301/devel

Added Files:
	less-423-search.patch 
Log Message:
Update to 423.

less-423-search.patch:

--- NEW FILE less-423-search.patch ---
--- 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;




More information about the fedora-extras-commits mailing list