[asterisk-commits] russell: branch 1.4 r92556 -	/branches/1.4/res/res_features.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Dec 12 13:40:02 CST 2007
    
    
  
Author: russell
Date: Wed Dec 12 13:40:02 2007
New Revision: 92556
URL: http://svn.digium.com/view/asterisk?view=rev&rev=92556
Log:
resolve compiler warning
Modified:
    branches/1.4/res/res_features.c
Modified: branches/1.4/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_features.c?view=diff&rev=92556&r1=92555&r2=92556
==============================================================================
--- branches/1.4/res/res_features.c (original)
+++ branches/1.4/res/res_features.c Wed Dec 12 13:40:02 2007
@@ -1059,7 +1059,7 @@
 	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) {
    
    
More information about the asterisk-commits
mailing list