Use %zd fmt for size_t
This commit is contained in:
parent
89b0220ad8
commit
555db6be83
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue