From 8b331ab17d284dd26b7304467a033b0736f9297c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 29 Aug 2005 21:18:35 +0000 Subject: eliminate compiler warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6439 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_getcpeid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3