From: Russell Bryant Date: Wed, 12 Dec 2007 19:50:32 +0000 (+0000) Subject: Merged revisions 92556 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~449 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae82679a61e82c5b5dc6830cb122d36df05710e;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/trunk@92562 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_features.c b/res/res_features.c index 3d094efe72..6ee815b5b5 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) {