SOURCES: ots-gcc4.patch (NEW) - gcc4 fix

freetz freetz at pld-linux.org
Sat Feb 4 17:41:44 CET 2006


Author: freetz                       Date: Sat Feb  4 16:41:44 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 fix

---- Files affected:
SOURCES:
   ots-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ots-gcc4.patch
diff -u /dev/null SOURCES/ots-gcc4.patch:1.1
--- /dev/null	Sat Feb  4 17:41:44 2006
+++ SOURCES/ots-gcc4.patch	Sat Feb  4 17:41:39 2006
@@ -0,0 +1,12 @@
+--- 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 pld-cvs-commit mailing list