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