[asterisk-commits] russell: branch 1.4 r66068 - /branches/1.4/main/rtp.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 24 15:06:13 MST 2007


Author: russell
Date: Thu May 24 17:06:13 2007
New Revision: 66068

URL: http://svn.digium.com/view/asterisk?view=rev&rev=66068
Log:
Make 1.4 build on my machine, too..

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=66068&r1=66067&r2=66068
==============================================================================
--- branches/1.4/main/rtp.c (original)
+++ branches/1.4/main/rtp.c Thu May 24 17:06:13 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: %llu(sec)\n", rtt);
+					ast_verbose("  RTT: %lu(sec)\n", (unsigned long) rtt);
 			}
 			break;
 		case RTCP_PT_FUR:



More information about the asterisk-commits mailing list