X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fppastats.c;h=0990e0fd8e8b9d5792a25880a3766db7f3468a41;hp=a03ecf0724513c39edaf70a603f6f02723c4e801;hb=1a7e1ac9638c4e17a483b3f20886711679774a91;hpb=31fc078cb1ec387eea7d41413a98904150cc46ae diff --git a/src/ppastats.c b/src/ppastats.c index a03ecf0..0990e0f 100644 --- a/src/ppastats.c +++ b/src/ppastats.c @@ -368,7 +368,7 @@ create_ppa_stats(const char *owner, for (h_cur = history; *h_cur; ++h_cur) { h = *h_cur; - totals = get_daily_download_totals(h->self_link); + totals = get_daily_download_totals(h->self_link, h->date_created); if (!totals) { log_err(_("Failed to retrieve download totals for %s"), h->self_link);