diff options
Diffstat (limited to 'x11/yelp/files/patch-src_yelp-info.c')
-rw-r--r-- | x11/yelp/files/patch-src_yelp-info.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/yelp/files/patch-src_yelp-info.c b/x11/yelp/files/patch-src_yelp-info.c deleted file mode 100644 index 6013c2f..0000000 --- a/x11/yelp/files/patch-src_yelp-info.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/yelp-info.c.orig Mon May 20 17:53:50 2002 -+++ src/yelp-info.c Mon May 20 17:54:27 2002 -@@ -105,7 +105,6 @@ - struct stat stat_dir2; - GSList *info_list = NULL; - GSList *node; -- YelpSection *section; - gchar **infopathes; - gchar *infopath; - gint i; -@@ -141,7 +140,7 @@ - - for (node = info_list; node; node = node->next) { - g_node_append_data (root, node->data); -- *index = g_list_prepend (*index, section); -+ *index = g_list_prepend (*index, node->data); - } - - g_slist_free (info_list); |