From 825f1fd3475309eaf4fe22704a28239bac3b510a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 14 May 2011 09:24:31 +0000 Subject: [PATCH] fixed build --- src/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.c b/src/main.c index ff263e7..0df293d 100644 --- a/src/main.c +++ b/src/main.c @@ -41,9 +41,7 @@ static void display_published_binaries(const char *owner, const char *ppa) exit(EXIT_FAILURE); } - list = binary_package_publishing_history_list_uniq_noarch_dep(list); - - e_cur = flist; + e_cur = list; while (*e_cur) { struct binary_package_publishing_history *binary; struct distro_arch_series *dist; -- 2.7.4