projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ac4417
)
eliminate compiler warning
author
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 29 Aug 2005 21:18:35 +0000
(21:18 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 29 Aug 2005 21:18:35 +0000
(21:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6439
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_getcpeid.c
patch
|
blob
|
history
diff --git
a/apps/app_getcpeid.c
b/apps/app_getcpeid.c
index
1c02774
..
1ae5d2f
100755
(executable)
--- 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];