X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ppastats-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Fppastats.c;h=39b2d874daa7b740b1e0dd4306654defc8ac07b8;hp=0990e0fd8e8b9d5792a25880a3766db7f3468a41;hb=73eabee5220bdce792b25c83391597d84b7e0812;hpb=ab2c54c5fc730eda797aafe6ed6a589965f0ed05 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);