]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
I like it when the RTP stack compiles myself...
authorJoshua Colp <jcolp@digium.com>
Thu, 24 May 2007 15:08:17 +0000 (15:08 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 24 May 2007 15:08:17 +0000 (15:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65863 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/rtp.c

index 31658145a4926c2c42c84f8b9549f2d192406555..b6b7b7255d5a32b67aaf1bb120620ebcc2fe6989 100644 (file)
@@ -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: