[Asterisk-cvs] asterisk/channels chan_zap.c,1.475,1.476

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


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

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


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.475
retrieving revision 1.476
diff -u -d -r1.475 -r1.476
--- chan_zap.c	15 Jul 2005 16:03:02 -0000	1.475
+++ chan_zap.c	15 Jul 2005 16:13:26 -0000	1.476
@@ -9494,9 +9494,9 @@
 	}
 	close(ctl);
 
-	#undef FORMAT
-	#undef FORMAT2
 	return RESULT_SUCCESS;
+#undef FORMAT
+#undef FORMAT2
 }
 
 static char show_channels_usage[] =




More information about the svn-commits mailing list