From 261c783d858c7da11d576495ab69e12f62301b69 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 25 Jul 2005 18:32:19 +0000 Subject: ensure _all_ drivers use unsigned ints for counters git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@707 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct1xxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wct1xxp.c') diff --git a/wct1xxp.c b/wct1xxp.c index e014dcf..63f8baf 100755 --- a/wct1xxp.c +++ b/wct1xxp.c @@ -137,7 +137,7 @@ struct t1xxp { /* Our offset for finding channel 1 */ int offset; char *variety; - int intcount; + unsigned int intcount; int usecount; int clocktimeout; int sync; -- cgit v1.2.3