[Asterisk-cvs] asterisk/channels chan_zap.c,1.533,1.534

russell russell
Sat Oct 22 08:21:50 CDT 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5558/channels

Modified Files:
	chan_zap.c 
Log Message:
fix output of 'zap show status' to line up properly (issue #5491)


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.533
retrieving revision 1.534
diff -u -d -r1.533 -r1.534
--- chan_zap.c	21 Oct 2005 21:23:16 -0000	1.533
+++ chan_zap.c	22 Oct 2005 12:15:07 -0000	1.534
@@ -9667,7 +9667,7 @@
 
 /* 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;




More information about the svn-commits mailing list