Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv13997

Modified Files:
      Tag: v1-0
        wcfxs.c 
Log Message:
ensure intcount cannot go negative


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/Attic/wcfxs.c,v
retrieving revision 1.84.2.11
retrieving revision 1.84.2.12
diff -u -d -r1.84.2.11 -r1.84.2.12
--- wcfxs.c     29 Jun 2005 21:35:38 -0000      1.84.2.11
+++ wcfxs.c     25 Jul 2005 14:24:48 -0000      1.84.2.12
@@ -280,7 +280,7 @@
        struct zt_span span;
        unsigned char ios;
        int usecount;
-       int intcount;
+       unsigned int intcount;
        int dead;
        int pos;
        int flags[NUM_CARDS];

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

Reply via email to