ascii: Fix closing pipe files in ascii_destroy().
authorBen Pfaff <blp@gnu.org>
Tue, 19 Jan 2010 06:10:30 +0000 (22:10 -0800)
committerBen Pfaff <blp@gnu.org>
Tue, 19 Jan 2010 06:10:30 +0000 (22:10 -0800)
Files that are opened with fn_open() must be closed with fn_close(), but
ascii_destroy() wasn't doing that.  This made a particular difference for
interactive output where fn_close() calls pclose() instead of fclose().


No differences found