aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-24 15:08:17 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-24 15:08:17 +0000
commit5cab8d8fd9975a2599442dedcf6c1d30cc5b7dd3 (patch)
tree53e302bfe9107fe0d7af92ec36dd67e53a259e7d /main/rtp.c
parent9630cf5a7c7312a8b9e7932511172dbef9efb290 (diff)
I like it when the RTP stack compiles myself...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@65863 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index 31658145a..b6b7b7255 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: %lu(sec)\n", rtt);
+ ast_verbose(" RTT: %llu(sec)\n", rtt);
}
break;
case RTCP_PT_FUR: