[Asterisk-cvs] zaptel fxotune.c,1.6,1.7
mattf at lists.digium.com
mattf at lists.digium.com
Wed Jan 12 20:41:10 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv16463
Modified Files:
fxotune.c
Log Message:
Stupid little mistake. Curse myself for not compiling before committing
Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fxotune.c 11 Jan 2005 03:01:35 -0000 1.6
+++ fxotune.c 13 Jan 2005 02:45:10 -0000 1.7
@@ -158,7 +158,7 @@
}
}
- res = process_readbuf(outbuf, obufsize, inbuf, ibufsize);
+ res = process_readbuf(inbuf, ibufsize);
/* Check to see if the echo values */
if (res < bestval) {
bestval = res;
More information about the svn-commits
mailing list