Skip to content
Snippets Groups Projects
Commit 8b331ab1 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

eliminate compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6439 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3ac44177
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment