]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Try to fix error during compilation
authorFlole998 <Flole998@users.noreply.github.com>
Tue, 16 Mar 2021 16:04:04 +0000 (17:04 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 16:04:04 +0000 (17:04 +0100)
src/input/mpegts/iptv/iptv_rtsp.c

index 3ab0f91702b1e1dc5259969457282b62f936d3c5..d917f44a0034e5b438ce3a7a53cf0ce4dbe9bf5c 100644 (file)
@@ -492,7 +492,7 @@ static void rtsp_input(void *opaque, streaming_message_t *sm) {
     data = (streaming_skip_t*) sm->sm_data;
     rtsp_set_position(rp->hc,
         rp->range_start + ts_rescale(data->time, 1));
-    tvhinfo(LS_IPTV, "rtsp: skip: %" PRItime_t " + %" PRItime_t, rp->range_start,
+    tvhinfo(LS_IPTV, "rtsp: skip: %" PRItime_t " + %" PRId64, rp->range_start,
         ts_rescale(data->time, 1));
     streaming_msg_free(sm);
     break;