summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-14 20:24:00 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-14 20:24:00 +0000
commit6e95744959ae3ec915bfc34b97363fe09fbfb16f (patch)
tree2bd31b17e7f1f3372fbeaeb392efb3c2d4b241bb
parentbcc943582e724112a6615cb24c8a58a28e3df45d (diff)
Create debug file in local directory instead of /tmp
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@768 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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;
}
}