[svn-commits] murf: trunk r165254 - /trunk/utils/extconf.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 17 14:50:20 CST 2008


Author: murf
Date: Wed Dec 17 14:50:19 2008
New Revision: 165254

URL: http://svn.digium.com/view/asterisk?view=rev&rev=165254
Log:
This patch is here committed to satisfy the
buildbot, who has a problem with the const.



Modified:
    trunk/utils/extconf.c

Modified: trunk/utils/extconf.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/extconf.c?view=diff&rev=165254&r1=165253&r2=165254
==============================================================================
--- trunk/utils/extconf.c (original)
+++ trunk/utils/extconf.c Wed Dec 17 14:50:19 2008
@@ -2979,7 +2979,7 @@
 struct ast_ignorepat {
 	const char *registrar;
 	struct ast_ignorepat *next;
-	const char pattern[0];
+	char pattern[0];
 };
 
 /*! \brief ast_context: An extension context */




More information about the svn-commits mailing list