X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=blobdiff_plain;f=src%2Fppastats.c;h=39b2d874daa7b740b1e0dd4306654defc8ac07b8;hp=a03ecf0724513c39edaf70a603f6f02723c4e801;hb=586361f5da21ef8e34987db0c628af1fb06df6a1;hpb=eb26e5d2404df23c3151a55a6d887abb421ef601 diff --git a/src/ppastats.c b/src/ppastats.c index a03ecf0..39b2d87 100644 --- a/src/ppastats.c +++ b/src/ppastats.c @@ -368,7 +368,8 @@ 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);