[Asterisk-cvs] zaptel mec3.h,1.5,1.6
markster at lists.digium.com
markster at lists.digium.com
Thu Jan 13 14:43:08 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv21913
Modified Files:
mec3.h
Log Message:
Fix typo in mec3
Index: mec3.h
===================================================================
RCS file: /usr/cvsroot/zaptel/mec3.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mec3.h 5 Nov 2003 06:24:13 -0000 1.5
+++ mec3.h 13 Jan 2005 20:47:03 -0000 1.6
@@ -150,7 +150,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 > (ec->ref.max >> MAX_ATTENUATION_SHIFT))) {
More information about the svn-commits
mailing list