From 6e95744959ae3ec915bfc34b97363fe09fbfb16f Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 14 Sep 2005 20:24:00 +0000 Subject: 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 --- fxotune.c | 4 ++-- 1 file 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; } } -- cgit v1.2.3