[Asterisk-cvs] zaptel wct1xxp.c, 1.19.2.3, 1.19.2.4 wcte11xp.c, 1.1.2.8, 1.1.2.9

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jul 25 14:25:39 CDT 2005


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

Modified Files:
      Tag: v1-0
	wct1xxp.c wcte11xp.c 
Log Message:
ensure _all_ drivers use unsigned ints for counters


Index: wct1xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct1xxp.c,v
retrieving revision 1.19.2.3
retrieving revision 1.19.2.4
diff -u -d -r1.19.2.3 -r1.19.2.4
--- wct1xxp.c	17 Jan 2005 01:58:09 -0000	1.19.2.3
+++ wct1xxp.c	25 Jul 2005 18:32:19 -0000	1.19.2.4
@@ -137,7 +137,7 @@
 	/* Our offset for finding channel 1 */
 	int offset;
 	char *variety;
-	int intcount;
+	unsigned int intcount;
 	int usecount;
 	int clocktimeout;
 	int sync;

Index: wcte11xp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcte11xp.c,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- wcte11xp.c	11 Apr 2005 06:15:59 -0000	1.1.2.8
+++ wcte11xp.c	25 Jul 2005 18:32:19 -0000	1.1.2.9
@@ -143,7 +143,7 @@
 	/* Our offset for finding channel 1 */
 	int offset;
 	char *variety;
-	int intcount;
+	unsigned int intcount;
 	int usecount;
 	int clocktimeout;
 	int sync;




More information about the svn-commits mailing list