From 3b84a3f8a41b58ada1c59aa75837ebe6ab96560a Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 8 Jul 2003 13:41:30 +0000 Subject: Clarify another area git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1166 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 5a0f5b71e..58d13d44d 100755 --- 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; } -- cgit v1.2.3