aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-10 16:44:54 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-10 16:44:54 +0000
commit923122fc6ad1d80a3af63e399e55c6dd738d0749 (patch)
tree8bf7f4c51de08cf307e7147e98d4437dd0dabba9 /main
parent869c5e2e6dc4cba418c9ada13bfe9fe0c1986f2f (diff)
CHANNEL() function sometime mix parameter and value
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44809 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/channel.c b/main/channel.c
index fbfdd199d..fa7a978fb 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -4115,7 +4115,7 @@ int ast_tonepair(struct ast_channel *chan, int freq1, int freq2, int duration, i
return 0;
}
-ast_group_t ast_get_group(char *s)
+ast_group_t ast_get_group(const char *s)
{
char *piece;
char *c;