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.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@165267
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
struct ast_ignorepat {
const char *registrar;
struct ast_ignorepat *next;
- const char pattern[0];
+ char pattern[0];
};
/*! \brief ast_context: An extension context */