[Asterisk-cvs] asterisk/apps app_meetme.c,1.17,1.18
jeremy at lists.digium.com
jeremy at lists.digium.com
Wed Jan 14 00:12:56 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv31019/apps
Modified Files:
app_meetme.c
Log Message:
clean up output and print that we are unregistering a channel type
Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- app_meetme.c 13 Jan 2004 04:42:39 -0000 1.17
+++ app_meetme.c 14 Jan 2004 06:04:46 -0000 1.18
@@ -202,8 +202,8 @@
struct ast_conference *conf;
int hr, min, sec;
time_t now;
- char *header_format = "%14s %-14s %-8s %-8s\n";
- char *data_format = "%-12.12s %4.4d %02d:%02d:%02d %-8s\n";
+ char *header_format = "%-14s %-14s %-8s %-8s\n";
+ char *data_format = "%-12.12s %4.4d %02d:%02d:%02d %-8s\n";
now = time(NULL);
if (argc != 2)
More information about the svn-commits
mailing list