Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv5182
Modified Files:
fxotune.c
Log Message:
Create debug file in local directory instead of /tmp
Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- fxotune.c 14 Sep 2005 19:56:43 -0000 1.26
+++ fxotune.c 14 Sep 2005 20:24:00 -0000 1.27
@@ -304,9 +304,9 @@
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;
}
}
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs