[Asterisk-cvs] zaptel mec3-float.h,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Thu Jan 13 14:43:47 CST 2005


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

Modified Files:
	mec3-float.h 
Log Message:
Fix float version just in case


Index: mec3-float.h
===================================================================
RCS file: /usr/cvsroot/zaptel/mec3-float.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mec3-float.h	29 Jun 2003 20:50:48 -0000	1.2
+++ mec3-float.h	13 Jan 2005 20:47:42 -0000	1.3
@@ -158,7 +158,7 @@
 		ec->hcntr--;
 
 	/* Store error */
-	buf_add(&ec->e, sig, ec->pos, ec->taps);
+	buf_add(&ec->e, u, ec->pos, ec->taps);
 	if ((ec->ref.max > MIN_TX_ENERGY) && 
 	    (ec->sig.max > MIN_RX_ENERGY) &&
 		(ec->e.max * MAX_ATTENUATION > ec->ref.max)) {




More information about the svn-commits mailing list