[asterisk-commits] murf: branch 1.6.0 r165267 - in /branches/1.6.0: ./ utils/extconf.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 17 14:59:43 CST 2008
Author: murf
Date: Wed Dec 17 14:59:42 2008
New Revision: 165267
URL: http://svn.digium.com/view/asterisk?view=rev&rev=165267
Log:
Merged revisions 165254 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r165254 | murf | 2008-12-17 13:50:19 -0700 (Wed, 17 Dec 2008) | 5 lines
This patch is here committed to satisfy the
buildbot, who has a problem with the const.
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/utils/extconf.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/utils/extconf.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/utils/extconf.c?view=diff&rev=165267&r1=165266&r2=165267
==============================================================================
--- branches/1.6.0/utils/extconf.c (original)
+++ branches/1.6.0/utils/extconf.c Wed Dec 17 14:59:42 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 asterisk-commits
mailing list