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 8d9e979..fd6144d 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -383,7 +383,7 @@ int acim_tune(int whichzap, char *dialstr)
}
/* send data out on line */
- res = write(whichzap, &outbuf, BUFFER_LENGTH);
+ res = write(whichzap, outbuf, BUFFER_LENGTH);
if (res != BUFFER_LENGTH) {
fprintf(stderr, "Could not write all data to line\n");
return -1;