ascii: Open output file immediately instead of deferring it.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 14 Dec 2019 22:28:10 +0000 (22:28 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 15 Dec 2019 04:31:50 +0000 (04:31 +0000)
commitaf505f6ce81a0c3f4196117de5cf7f710ab156bf
tree4823701ed8f6ab5c04e80fc94002b747b0405902
parentd86cce86d3f0ac665de30543d18aea23653d3f94
ascii: Open output file immediately instead of deferring it.

I do not know of a good reason to defer it, and it can be surprising to
the user if there is no output file at all if there is no output.
src/output/ascii.c