]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip_options: Fix format specifier for int64_t rtt. 61/161/1
authorGeorge Joseph <george.joseph@fairview5.com>
Mon, 20 Apr 2015 14:53:00 +0000 (08:53 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Mon, 20 Apr 2015 14:53:00 +0000 (08:53 -0600)
commitb74b2cdcda5b5c2228e55142ec33d3c16790e233
tree6b95062b77414fc0b59f82f2379c3fbb2dab4f18
parent27a122af666e6d3f122d874a75f852cdd4f33903
pjsip_options:  Fix format specifier for int64_t rtt.

Contact status rtt is an int64_t and needs the PRId64 macro to
properly create the format specifier on 32-bit systems.

Change-Id: I4b8ab958fc1e9a179556a9b4ffa49673ba9fdec7
res/res_pjsip/pjsip_options.c