This corrects the problem with flags and %lld formats on 64-bit machines, where uint6...
authorSteve Murphy <murf@digium.com>
Wed, 18 Jul 2007 14:35:07 +0000 (14:35 +0000)
committerSteve Murphy <murf@digium.com>
Wed, 18 Jul 2007 14:35:07 +0000 (14:35 +0000)
commit5ac24b25d34d8ca4292696cf53ca5e33005f14ba
tree51e53d2e5ce6eb99153f81f9d0580caa88b33759
parent674dbeb0cf72402326fcb68ed2124b71e06a917c
This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c
channels/chan_sip.c
main/channel.c
main/rtp.c
pbx/pbx_dundi.c
res/res_features.c