From 4809a129141e72982d50c29644cec080d4fce125 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 14 Sep 2005 19:52:52 +0000 Subject: Revert "fix" for bug #5181 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@766 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- fxotune.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fxotune.c b/fxotune.c index 435ce5b..0b14444 100755 --- a/fxotune.c +++ b/fxotune.c @@ -303,10 +303,9 @@ static int acim_tune(int whichzap, char *dialstr) float acim_results[16]; - outfile = tmpfile(); + outfile = fopen("/tmp/fxotune.vals", "w"); if (!outfile) { - fprintf(stdout, "Cannot create temporary file: %d (%s)\n", - errno, strerror(errno)); + fprintf(stdout, "Cannot create /tmp/fxotune.vals\n"); return -1; } -- cgit v1.2.3