Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (修订版 224143) +++ apps/app_queue.c (工作拷贝) @@ -6417,7 +6417,7 @@ } found = 1; - ast_str_set(&out, 0, "%-12.12s has %d calls (max ", q->name, q->count); + ast_str_set(&out, 0, "%s has %d calls (max ", q->name, q->count); if (q->maxlen) ast_str_append(&out, 0, "%d", q->maxlen); else