[svn-commits] murf: branch 1.6.1 r165279 - in /branches/1.6.1: ./ utils/extconf.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Dec 17 15:02:46 CST 2008
Author: murf
Date: Wed Dec 17 15:02:45 2008
New Revision: 165279
URL: http://svn.digium.com/view/asterisk?view=rev&rev=165279
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.1/ (props changed)
branches/1.6.1/utils/extconf.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/utils/extconf.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/utils/extconf.c?view=diff&rev=165279&r1=165278&r2=165279
==============================================================================
--- branches/1.6.1/utils/extconf.c (original)
+++ branches/1.6.1/utils/extconf.c Wed Dec 17 15:02:45 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