From: Russell Bryant Date: Wed, 12 Dec 2007 19:40:02 +0000 (+0000) Subject: resolve compiler warning X-Git-Tag: 1.4.16~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4bb168b66a0ad5aa0a1370f3cb87b607d4df5c1;p=thirdparty%2Fasterisk.git resolve compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@92556 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_features.c b/res/res_features.c index 1bac49ce0e..865cfd398e 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -1059,7 +1059,7 @@ static int ast_feature_interpret(struct ast_channel *chan, struct ast_channel *p struct ast_flags features; int res = FEATURE_RETURN_PASSDIGITS; struct ast_call_feature *feature; - char *dynamic_features; + const char *dynamic_features; char *tmp, *tok; if (sense == FEATURE_SENSE_CHAN) {