summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-25 21:23:04 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-02-25 21:23:04 +0000
commit97566e3aa18cab8e7291573180ed2579a2a8f664 (patch)
tree5abd22c809566751d5e733ef6d0e89e37f0f824c /fxotune.c
parent387025b1cb918f00acf049f0c7302df62d1fcf7f (diff)
Taking out the digit break option. Shouldn't be necessary.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@595 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-rwxr-xr-xfxotune.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxotune.c b/fxotune.c
index 2726e13..45186f4 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -509,7 +509,7 @@ set:
}
if (!strcasecmp(argv[1], "-i")) {
- if (argc != 3) {
+ if (argc != 2) {
/* Show usage */
fputs(usage, stdout);
return -1;
@@ -531,7 +531,7 @@ set:
continue;
}
- res = acim_tune(fd, argv[2]);
+ res = acim_tune(fd, "4"); /* Shouldn't matter what digit we press */
close(fd);
if (res > -1) {