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];

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to