rpms/ots/devel ots-0.4.2-gcc4.patch,1.2,1.3

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Sat May 20 20:30:34 UTC 2006


Author: mjk

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

Added Files:
	ots-0.4.2-gcc4.patch 
Log Message:
include gcc4 patch


ots-0.4.2-gcc4.patch:

Index: ots-0.4.2-gcc4.patch
===================================================================
RCS file: ots-0.4.2-gcc4.patch
diff -N ots-0.4.2-gcc4.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ots-0.4.2-gcc4.patch	20 May 2006 20:30:34 -0000	1.3
@@ -0,0 +1,11 @@
+--- ots-0.4.2/src/article.c.orig	2005-03-02 19:42:19.479330826 +0000
++++ ots-0.4.2/src/article.c	2005-03-02 19:42:43.967625287 +0000
+@@ -35,7 +35,7 @@
+ ots_new_sentence (void)
+ {
+   OtsSentence *aLine = g_new0 (OtsSentence, 1);
+-  (GList *) aLine->words = NULL;
++  aLine->words = NULL;
+   aLine->wc = 0;
+   aLine->selected = 0;
+   aLine->score = 0;




More information about the fedora-extras-commits mailing list