summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-07-25 14:24:48 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-07-25 14:24:48 +0000
commitc9875f2e81df5d0d1a5c0cf22fd28894390956de (patch)
tree7bb6254fe7addfd2d330934b6bde412736ab1b9d
parent1b7e2da9bbfc3517a0fd5a630b737e232c785deb (diff)
ensure intcount cannot go negative
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@700 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 5406103..603e907 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -280,7 +280,7 @@ struct wcfxs {
struct zt_span span;
unsigned char ios;
int usecount;
- int intcount;
+ unsigned int intcount;
int dead;
int pos;
int flags[NUM_CARDS];