summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfxotune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxotune.c b/fxotune.c
index 8dde81e..da36961 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -158,7 +158,7 @@ int echo_tune(int whichzap)
}
}
- res = process_readbuf(outbuf, obufsize, inbuf, ibufsize);
+ res = process_readbuf(inbuf, ibufsize);
/* Check to see if the echo values */
if (res < bestval) {
bestval = res;