eliminate compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2005-08-29 21:18:35 +00:00
parent 3ac4417753
commit 8b331ab17d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ LOCAL_USER_DECL;
static int cpeid_setstatus(struct ast_channel *chan, char *stuff[], int voice)
{
int justify[5] = { ADSI_JUST_CENT, ADSI_JUST_LEFT, ADSI_JUST_LEFT, ADSI_JUST_LEFT };
char *tmp[5];
unsigned char *tmp[5];
int x;
for (x=0;x<4;x++)
tmp[x] = stuff[x];