From: Russell Bryant Date: Sat, 22 Oct 2005 12:15:07 +0000 (+0000) Subject: fix output of 'zap show status' to line up properly (issue #5491) X-Git-Tag: 1.2.0-beta2~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cc2618bd17fcaa175808b9dd2ded2fb514f7da2;p=thirdparty%2Fasterisk.git fix output of 'zap show status' to line up properly (issue #5491) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6842 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 9bd726c31c..7e41b65797 100755 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -9667,7 +9667,7 @@ static int handle_zap_show_cadences(int fd, int argc, char *argv[]) /* Based on irqmiss.c */ static int zap_show_status(int fd, int argc, char *argv[]) { - #define FORMAT "%-40.40s %-10.10s %10d %10d %10d\n" + #define FORMAT "%-40.40s %-10.10s %-10d %-10d %-10d\n" #define FORMAT2 "%-40.40s %-10.10s %-10.10s %-10.10s %-10.10s\n" int span;