summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {