From 0b782dfc6bc5db1738cc07d0836069082ec754d0 Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 9 Feb 2005 03:30:13 +0000 Subject: Fix small typo git-svn-id: http://svn.digium.com/svn/zaptel/trunk@582 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- fxotune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fxotune.c') 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; -- cgit v1.2.3