From: Andreas Ă–man Date: Sun, 24 Oct 2010 18:44:06 +0000 (+0000) Subject: Use %zd fmt for size_t X-Git-Tag: 2.12~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555db6be8347bb2af0d271392dad27d3f6822092;p=thirdparty%2Ftvheadend.git Use %zd fmt for size_t --- diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index b1b68dc8f..14421d181 100644 --- a/src/plumbing/tsfix.c +++ b/src/plumbing/tsfix.c @@ -200,7 +200,7 @@ normalize_ts(tsfix_t *tf, tfstream_t *tfs, th_pkt_t *pkt) pkt->pkt_dts = dts; - tsfixprintf("TSFIX: %-12s %d %10"PRId64" %10"PRId64" %10d %10d\n", + tsfixprintf("TSFIX: %-12s %d %10"PRId64" %10"PRId64" %10d %zd\n", streaming_component_type2txt(tfs->tfs_type), pkt->pkt_frametype, pkt->pkt_dts,