aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_getcpeid.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-29 21:18:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-29 21:18:35 +0000
commit02052f2d90c56c341514e1b0ed5f62c65f9ea142 (patch)
treed948b638dc9aee56489eb385063eeda40ffecf3e /apps/app_getcpeid.c
parent567cc67c448220646f22cd6a711b267795d570e2 (diff)
eliminate compiler warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6439 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_getcpeid.c')
-rwxr-xr-xapps/app_getcpeid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c
index 1c0277489..1ae5d2ffa 100755
--- a/apps/app_getcpeid.c
+++ b/apps/app_getcpeid.c
@@ -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];