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

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Sep 28 10:14:08 MST 2006


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"
 		"    Application: %s\n"
 		"           Data: %s\n"
 		"    Blocking in: %s\n",



More information about the asterisk-commits mailing list