[Asterisk-cvs] asterisk/apps app_groupcount.c,1.18,1.19

kpfleming at lists.digium.com kpfleming at lists.digium.com
Fri Jul 15 12:05:36 CDT 2005


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

Modified Files:
	app_groupcount.c 
Log Message:
ensure that format string macros are undef'd after use (bug #4716)


Index: app_groupcount.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_groupcount.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- app_groupcount.c	7 Jul 2005 22:32:20 -0000	1.18
+++ app_groupcount.c	15 Jul 2005 16:13:26 -0000	1.19
@@ -204,6 +204,7 @@
 
 	ast_cli(fd, "%d active channel%s\n", numchans, (numchans != 1) ? "s" : "");
 	return RESULT_SUCCESS;
+#undef FORMAT_STRING
 }
 
 static char *tdesc = "Group Management Routines";




More information about the svn-commits mailing list