rpms/evolution-rss/devel evolution-rss-0.0.8-empty-desc.patch, NONE, 1.1

Lucian Langa (lucilanga) fedora-extras-commits at redhat.com
Sat Mar 22 16:51:56 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/evolution-rss/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27370

Added Files:
	evolution-rss-0.0.8-empty-desc.patch 
Log Message:
fix #43 empty description

evolution-rss-0.0.8-empty-desc.patch:

--- NEW FILE evolution-rss-0.0.8-empty-desc.patch ---
--- evolution-rss-0.0.8/src/rss.c	2008-03-03 14:26:04.000000000 +0100
+++ evolution-rss-0.0.8a/src/rss.c	2008-03-19 13:08:11.000000000 +0100
@@ -3398,8 +3398,9 @@
 			}
 		}
                 if (strcasecmp (node->name, match)==0) {
-                        if (node->children->type == 1 && (node->children != NULL 
-			|| node->children->next != NULL)) {
+                        if (node->children != NULL 
+			&& (node->children->type == 1 
+			        || node->children->next != NULL)) {
 #ifdef RDF_DEBUG
 				g_print("NODE DUMP:%s\n", xmlNodeGetContent(node->children->next));
 #endif




More information about the fedora-extras-commits mailing list