Merged revisions 43705 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r43705 | file | 2006-09-26 16:38:06 -0400 (Tue, 26 Sep 2006) | 2 lines

Use proper type to represent the group variable (issue #8025 reported by makoto)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43707 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2006-09-26 20:47:26 +00:00
parent 6a4c92a630
commit 2862b777fe
4 changed files with 7 additions and 7 deletions

View File

@@ -891,8 +891,8 @@ static int handle_showchan(int fd, int argc, char *argv[])
" Context: %s\n"
" Extension: %s\n"
" Priority: %d\n"
" Call Group: %d\n"
" Pickup Group: %d\n"
" Call Group: %lld\n"
" Pickup Group: %lld\n"
" Application: %s\n"
" Data: %s\n"
" Blocking in: %s\n",