mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 06:45:12 -04:00
(main): Use xfopen, not xtmpopen to open final output file.
This commit is contained in:
+1
-1
@@ -1857,7 +1857,7 @@ main (int argc, char **argv)
|
||||
files[i] = tmp;
|
||||
}
|
||||
}
|
||||
ofp = xtmpfopen (outfile);
|
||||
ofp = xfopen (outfile, "w");
|
||||
}
|
||||
else
|
||||
ofp = stdout;
|
||||
|
||||
Reference in New Issue
Block a user