X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fppastats.c;h=39b2d874daa7b740b1e0dd4306654defc8ac07b8;hb=586361f5da21ef8e34987db0c628af1fb06df6a1;hp=0990e0fd8e8b9d5792a25880a3766db7f3468a41;hpb=1a7e1ac9638c4e17a483b3f20886711679774a91;p=ppastats.git diff --git a/src/ppastats.c b/src/ppastats.c index 0990e0f..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, h->date_created); + 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);