CHANNEL() function sometime mix parameter and value

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Paul Cadach
2006-10-10 16:44:54 +00:00
parent 88873fbafa
commit 53024e3508
3 changed files with 5 additions and 5 deletions

View File

@@ -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;