projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de3a7f
)
Clarify another area
author
Mark Spencer
<markster@digium.com>
Tue, 8 Jul 2003 13:41:30 +0000
(13:41 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 8 Jul 2003 13:41:30 +0000
(13:41 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1166
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
5a0f5b7
..
58d13d4
100755
(executable)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-1195,7
+1195,7
@@
static int manager_queues_status( struct mansession *s, struct message *m )
"CallerID: %s\r\n"
"Wait: %ld\r\n"
"\r\n",
- q->name, pos++, qe->chan->name, qe->chan->callerid ? qe->chan->callerid : "", now - qe->start);
+ q->name, pos++, qe->chan->name, (qe->chan->callerid ? qe->chan->callerid : ""), now - qe->start);
ast_pthread_mutex_unlock(&q->lock);
q = q->next;
}