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 41db1d3..bde07d9 100755
--- a/fxotune.c
+++ b/fxotune.c
@@ -304,9 +304,9 @@ static int acim_tune(int whichzap, char *dialstr)
if (debug) {
- outfile = fopen("/tmp/fxotune.vals", "w");
+ outfile = fopen("fxotune.vals", "w");
if (!outfile) {
- fprintf(stdout, "Cannot create /tmp/fxotune.vals\n");
+ fprintf(stdout, "Cannot create fxotune.vals\n");
return -1;
}
}