[asterisk-dev] [asterisk-commits] murf: trunk r75585 - in /trunk: apps/ channels/ main/ pbx/ res/

Luigi Rizzo rizzo at icir.org
Wed Jul 18 09:42:48 CDT 2007


On Wed, Jul 18, 2007 at 02:35:08PM -0000, SVN commits to the Asterisk project wrote:
> Author: murf
> Date: Wed Jul 18 09:35:07 2007
> New Revision: 75585
> 
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=75585
> Log:
> 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.

i still think ast_flags should go back to uint32_t.

In any case, at least the patches that affect apps/app_voicemail.c
and channels/chan_sip.c should be changed to just print 0 or 1
depending on the status of the flag.

	cheers
	luigi



More information about the asterisk-dev mailing list