From: Jaroslav Kysela Date: Sun, 28 Aug 2016 09:56:36 +0000 (+0200) Subject: bouquet: compilation fix X-Git-Tag: v4.2.1~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3585775811d213967fc2eb97471d4ff28a29624;p=thirdparty%2Ftvheadend.git bouquet: compilation fix --- diff --git a/src/bouquet.c b/src/bouquet.c index 162e3ac47..3a3a7c450 100644 --- a/src/bouquet.c +++ b/src/bouquet.c @@ -336,7 +336,7 @@ bouquet_add_service(bouquet_t *bq, service_t *s, uint64_t lcn, const char *tag) return; if (!idnode_set_exists(bq->bq_services, &s->s_id)) { - tvhtrace(LS_BOUQUET, "add service %s to %s lcn %ld(.%ld)", + tvhtrace(LS_BOUQUET, "add service %s to %s lcn %"PRIu64"(.%"PRIu64")", s->s_nicename, bq->bq_name ?: "", lcn / CHANNEL_SPLIT, lcn % CHANNEL_SPLIT); idnode_set_add(bq->bq_services, &s->s_id, NULL, NULL);