[Asterisk-cvs] asterisk/channels chan_skinny.c,1.85,1.86
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Fri Jul 8 12:58:19 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory localhost.localdomain:/tmp/cvs-serv21988/channels
Modified Files:
chan_skinny.c
Log Message:
clean up compiler warnings during build on 64-bit systems
Index: chan_skinny.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_skinny.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- chan_skinny.c 5 Jul 2005 17:16:16 -0000 1.85
+++ chan_skinny.c 8 Jul 2005 17:06:53 -0000 1.86
@@ -1944,7 +1944,7 @@
if (ast->cid.cid_num) {
char ciddisplay[41];
char *work;
- int size = sizeof(ciddisplay);
+ size_t size = sizeof(ciddisplay);
/* We'll assume that if it is 10 numbers, it is a standard NANPA number
Why? Because I am bloody American, and I'm bigoted that way. */
More information about the svn-commits
mailing list