rpms/R-GeneR/F-10 R-GeneR-gcc44.patch,NONE,1.1

Pierre-YvesChibon pingou at fedoraproject.org
Wed Apr 29 13:01:23 UTC 2009


Author: pingou

Update of /cvs/pkgs/rpms/R-GeneR/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7696/F-10

Added Files:
	R-GeneR-gcc44.patch 
Log Message:
Backport the patch

R-GeneR-gcc44.patch:

--- NEW FILE R-GeneR-gcc44.patch ---
--- GeneR/src/compoSeq.cc.orig	2009-04-22 01:46:37.000000000 +0200
+++ GeneR/src/compoSeq.cc	2009-04-22 01:47:48.000000000 +0200
@@ -68,9 +68,9 @@
   int i,j,k;
   int end;
 
-  char * (* fun) (const char*, const char *) = NULL;
+  const char * (* fun) (const char*, const char *) = NULL;
 
-  char * posFind;
+  const char * posFind;
 
   char (*upperornot)(char) = NULL;
 




More information about the fedora-extras-commits mailing list