summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-09 03:30:13 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-09 03:30:13 +0000
commit0b782dfc6bc5db1738cc07d0836069082ec754d0 (patch)
treee181c78a21786deda71ef1f2b64f2ed39f7234d1 /fxotune.c
parent237691b420b0f246393a2a549327913eb89da144 (diff)
Fix small typo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@582 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-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;