[asterisk-dev] Re: file: branch 1.4 r43913 - /branches/1.4/main/cli.c

Tony Mountifield tony at softins.clara.co.uk
Fri Sep 29 03:06:09 MST 2006


In article <20060928171408.78080A948E2 at abita.digium.internal>,
 <svn-commits at lists.digium.com> wrote:
> Author: file
> Date: Thu Sep 28 12:14:07 2006
> New Revision: 43913
> 
> URL: http://svn.digium.com/view/asterisk?rev=43913&view=rev
> Log:
> Warning be gone!
> 
> Modified:
>     branches/1.4/main/cli.c
> 
> Modified: branches/1.4/main/cli.c
> URL:
> http://svn.digium.com/view/asterisk/branches/1.4/main/cli.c?rev=43913&r1=43912&r2=43913&view=diff
> ==============================================================================
> --- branches/1.4/main/cli.c (original)
> +++ branches/1.4/main/cli.c Thu Sep 28 12:14:07 2006
> @@ -891,8 +891,8 @@
>  		"        Context: %s\n"
>  		"      Extension: %s\n"
>  		"       Priority: %d\n"
> -		"     Call Group: %lld\n"
> -		"   Pickup Group: %lld\n"
> +		"     Call Group: %d\n"
> +		"   Pickup Group: %d\n"

See my other message of a moment ago. These should be %llu and the
parameters should have their (int) casts removed.

Cheers
Tony
-- 
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org


More information about the asterisk-dev mailing list