[asterisk-commits] file: branch 1.4 r65863 - /branches/1.4/main/rtp.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 24 08:08:18 MST 2007


Author: file
Date: Thu May 24 10:08:17 2007
New Revision: 65863

URL: http://svn.digium.com/view/asterisk?view=rev&rev=65863
Log:
I like it when the RTP stack compiles myself...

Modified:
    branches/1.4/main/rtp.c

Modified: branches/1.4/main/rtp.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/rtp.c?view=diff&rev=65863&r1=65862&r2=65863
==============================================================================
--- branches/1.4/main/rtp.c (original)
+++ branches/1.4/main/rtp.c Thu May 24 10:08:17 2007
@@ -963,7 +963,7 @@
 				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:



More information about the asterisk-commits mailing list