(main): Use xfopen, not xtmpopen to open final output file.

This commit is contained in:
Jim Meyering
1995-10-26 13:20:25 +00:00
parent 66b9285a6f
commit b9485b8d52
+1 -1
View File
@@ -1857,7 +1857,7 @@ main (int argc, char **argv)
files[i] = tmp;
}
}
ofp = xtmpfopen (outfile);
ofp = xfopen (outfile, "w");
}
else
ofp = stdout;