From f4bb168b66a0ad5aa0a1370f3cb87b607d4df5c1 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 12 Dec 2007 19:40:02 +0000 Subject: [PATCH] resolve compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@92556 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3