From: Mark Spencer Date: Tue, 8 Jul 2003 13:41:30 +0000 (+0000) Subject: Clarify another area X-Git-Tag: 0.5.0~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b84a3f8a41b58ada1c59aa75837ebe6ab96560a;p=thirdparty%2Fasterisk.git Clarify another area git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1166 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 5a0f5b71ed..58d13d44d4 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; }