From ac8180336348bee878584b013d71f84e5d047f21 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 May 2000 22:04:40 +0000 Subject: Arrange to call close_stdout upon exit. Don't close stdout explicitly. --- src/csplit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/csplit.c b/src/csplit.c index 3be33fa92..a4fe0e75e 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -27,6 +27,7 @@ #include #include "system.h" +#include "closeout.h" #include @@ -1383,6 +1384,8 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); + atexit (close_stdout); + global_argv = argv; controls = NULL; control_used = 0; @@ -1489,9 +1492,6 @@ main (int argc, char **argv) cleanup_fatal (); } - if (!suppress_count && (ferror (stdout) || fclose (stdout) == EOF)) - error (EXIT_FAILURE, errno, _("write error")); - exit (EXIT_SUCCESS); } -- cgit v1.2.3-70-g09d2