From a2a73cde518d2a84c9a4e5963685b5d615b4add4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 24 May 2007 22:06:13 +0000 Subject: [PATCH] Make 1.4 build on my machine, too.. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@66068 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/rtp.c b/main/rtp.c index c21f9a1ed6..8a74fb2223 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -963,7 +963,7 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp) ast_verbose(" Last SR(our NTP): %lu.%010lu\n",(unsigned long) ntohl(rtcpheader[i + 4]) >> 16,((unsigned long) ntohl(rtcpheader[i + 4]) << 16) * 4096); ast_verbose(" DLSR: %4.4f (sec)\n",ntohl(rtcpheader[i + 5])/65536.0); if (rtt) - ast_verbose(" RTT: %llu(sec)\n", rtt); + ast_verbose(" RTT: %lu(sec)\n", (unsigned long) rtt); } break; case RTCP_PT_FUR: