Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: compilation fix
  • Loading branch information
perexg committed Aug 28, 2016
1 parent 47749b0 commit b358577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bouquet.c
Expand Up @@ -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 ?: "<unknown>",
lcn / CHANNEL_SPLIT, lcn % CHANNEL_SPLIT);
idnode_set_add(bq->bq_services, &s->s_id, NULL, NULL);
Expand Down

0 comments on commit b358577

Please sign in to comment.