From 555db6be8347bb2af0d271392dad27d3f6822092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 24 Oct 2010 18:44:06 +0000 Subject: [PATCH] Use %zd fmt for size_t --- src/plumbing/tsfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plumbing/tsfix.c b/src/plumbing/tsfix.c index b1b68dc8..14421d18 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,