]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use %zd fmt for size_t
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 24 Oct 2010 18:44:06 +0000 (18:44 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 24 Oct 2010 18:44:06 +0000 (18:44 +0000)
src/plumbing/tsfix.c

index b1b68dc8f75d3a2fb76309de2f3c05ba93534eba..14421d18165cc0522446393923d1af8995032e7a 100644 (file)
@@ -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,