[Asterisk-cvs] zaptel wctdm.c,1.119,1.120
markster at lists.digium.com
markster at lists.digium.com
Mon Jul 25 10:15:03 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv13942
Modified Files:
wctdm.c
Log Message:
Fix wrapping issue
Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- wctdm.c 20 Jul 2005 14:12:24 -0000 1.119
+++ wctdm.c 25 Jul 2005 14:21:46 -0000 1.120
@@ -285,7 +285,7 @@
struct zt_span span;
unsigned char ios;
int usecount;
- int intcount;
+ unsigned int intcount;
int dead;
int pos;
int flags[NUM_CARDS];
More information about the svn-commits
mailing list