Author: hp
Date: 2002-09-10 02:59:21 GMT
2002-09-09 Havoc Pennington <hp@pobox.com>
* pkg.c (fill_list_single_package): fix uninitialized variable,
patch from Andrea Suatoni
+2002-09-09 Havoc Pennington <hp@pobox.com>
+
+ * pkg.c (fill_list_single_package): fix uninitialized variable,
+ patch from Andrea Suatoni
+
2002-09-06 Havoc Pennington <hp@redhat.com>
* parse.c, pkg.c: handle other_libs other_cflags same
GSList *tmp;
/* Get list of packages */
+ packages = NULL;
packages = g_slist_append (packages, pkg);
recursive_fill_list (pkg, get_requires, &packages);