[zaptel-commits] kpfleming: branch 1.4 r3605 - /branches/1.4/mg2ec.h
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Jan 3 16:23:37 CST 2008
Author: kpfleming
Date: Thu Jan 3 16:23:37 2008
New Revision: 3605
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3605
Log:
restore a line of code that was accidentally removed
Modified:
branches/1.4/mg2ec.h
Modified: branches/1.4/mg2ec.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/mg2ec.h?view=diff&rev=3605&r1=3604&r2=3605
==============================================================================
--- branches/1.4/mg2ec.h (original)
+++ branches/1.4/mg2ec.h Thu Jan 3 16:23:37 2008
@@ -686,6 +686,8 @@
memset(*ec, 0, size);
+ init_cc(*ec, ecp->tap_length, maxy, maxu);
+
return 0;
}
More information about the zaptel-commits
mailing list