aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-12 19:50:32 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-12 19:50:32 +0000
commit15dae4e59842d3afb286f03599a199209ad3e185 (patch)
tree9b944aedef79919bfdc1622ab6dbd371be755660 /res
parent7be9ad3faf102c513d9f51e8671d228f80e5d15d (diff)
Merged revisions 92556 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r92556 | russell | 2007-12-12 13:40:02 -0600 (Wed, 12 Dec 2007) | 1 line resolve compiler warning ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@92562 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 3d094efe7..6ee815b5b 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1555,7 +1555,7 @@ static int ast_feature_interpret(struct ast_channel *chan, struct ast_channel *p
struct ast_call_feature *feature;
struct feature_group *fg = NULL;
struct feature_group_exten *fge;
- char *dynamic_features;
+ const char *dynamic_features;
char *tmp, *tok;
if (sense == FEATURE_SENSE_CHAN) {