[Asterisk-cvs] asterisk file.c,1.71,1.72

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


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

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


Index: file.c
===================================================================
RCS file: /usr/cvsroot/asterisk/file.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- file.c	12 Jul 2005 01:34:05 -0000	1.71
+++ file.c	15 Jul 2005 16:13:26 -0000	1.72
@@ -1223,6 +1223,9 @@
 	};
 	ast_mutex_unlock(&formatlock);
 	return RESULT_SUCCESS;
+#undef FORMAT
+#undef FORMAT2
+	
 }
 
 struct ast_cli_entry show_file =




More information about the svn-commits mailing list