diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-27 20:32:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-03-27 20:32:13 +0300 |
commit | 046500db53cd195de0c9aed330aae3190177851c (patch) | |
tree | b3a36d275bb06513d4e63bed9ff3b4afa25f71c1 /io.c | |
parent | 81e9acf445445dd0325c961b1db0c85c7d356771 (diff) | |
parent | 5b7042ea0a68d41c4fbd0d6228f77975ebf8c38b (diff) | |
download | egawk-046500db53cd195de0c9aed330aae3190177851c.tar.gz egawk-046500db53cd195de0c9aed330aae3190177851c.tar.bz2 egawk-046500db53cd195de0c9aed330aae3190177851c.zip |
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1400,7 +1400,7 @@ non_fatal_flush_std_file(FILE *fp) if (is_fatal) { if (errno == EPIPE) - exit(EXIT_SUCCESS); // simulate SIGPIPE + die_via_sigpipe(); else fatal(fp == stdout ? _("fflush: cannot flush standard output: %s") |