aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-08 13:41:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-08 13:41:30 +0000
commitf2b04470c0a87cae94008159425a530354aa7cd7 (patch)
tree49ac7fce2d75089f64d02b1ab2161be7df24ef2d /apps/app_queue.c
parentf80476046d375daf4a009b70a2a753a4662cafa3 (diff)
Clarify another area
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1166 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
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;
}