aboutsummaryrefslogtreecommitdiff
path: root/src/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/output.c')
-rw-r--r--src/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.c b/src/output.c
index d46b496..2def906 100644
--- a/src/output.c
+++ b/src/output.c
@@ -419,7 +419,7 @@ output()
} else {
outfile = fopen(outname, "w");
if (!outfile)
- error(2, errno, _("cannot open file `%s'"), outname);
+ error(EX_FATAL, errno, _("cannot open file `%s'"), outname);
}
set_level_mark(0, 0);

Return to:

Send suggestions and report system problems to the System administrator.