[Asterisk-cvs] zaptel wct4xxp.c,1.50,1.51

markster at lists.digium.com markster at lists.digium.com
Thu Jul 22 19:47:54 CDT 2004


Update of /usr/cvsroot/zaptel
In directory localhost.localdomain:/tmp/cvs-serv1221

Modified Files:
	wct4xxp.c 
Log Message:
Fix E1 again


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- wct4xxp.c	22 Jul 2004 03:35:08 -0000	1.50
+++ wct4xxp.c	22 Jul 2004 23:33:54 -0000	1.51
@@ -919,7 +919,7 @@
 	int dbl = 0;
 	int x,y,z;
 	unsigned int tmp;
-	int offset;
+	int offset=0;
 	if (!wc->t1e1)
 		offset = 4;
 	if (irq & 1) {
@@ -996,7 +996,7 @@
 	volatile unsigned int *writechunk;
 	int x,y,z;
 	unsigned int tmp;
-	int offset;
+	int offset=0;
 	if (!wc->t1e1)
 		offset = 4;
 	if (irq & 1) {




More information about the svn-commits mailing list