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 =

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to