[Asterisk-cvs] zaptel wcfxs.c,1.42,1.43

markster at lists.digium.com markster at lists.digium.com
Sun Apr 4 10:53:26 CDT 2004


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

Modified Files:
	wcfxs.c 
Log Message:
Oops


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- wcfxs.c	2 Apr 2004 05:29:37 -0000	1.42
+++ wcfxs.c	4 Apr 2004 14:53:14 -0000	1.43
@@ -1175,7 +1175,7 @@
 		if (wc->lasttxhook[chan->chanpos - 1] == 0x1) {
 				/* Apply the change if appropriate */
 				wc->lasttxhook[chan->chanpos - 1] = 0x2;
-				wcfxs_setreg(wc, x, 64, wc->lasttxhook[chan->chanpos - 1]);
+				wcfxs_setreg(wc, chan->chanpos - 1, 64, wc->lasttxhook[chan->chanpos - 1]);
 		}
 		break;
 	case WCFXS_GET_STATS:




More information about the svn-commits mailing list