[Asterisk-cvs] asterisk/apps app_getcpeid.c,1.6,1.7
kpfleming
kpfleming
Mon Aug 29 17:17:16 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv13698/apps
Modified Files:
app_getcpeid.c
Log Message:
eliminate compiler warning
Index: app_getcpeid.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_getcpeid.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- app_getcpeid.c 6 Jun 2005 22:39:31 -0000 1.6
+++ app_getcpeid.c 29 Aug 2005 21:18:35 -0000 1.7
@@ -46,7 +46,7 @@
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];
More information about the svn-commits
mailing list