aboutsummaryrefslogtreecommitdiff
path: root/src/listalf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/listalf.c')
-rw-r--r--src/listalf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/listalf.c b/src/listalf.c
index 2c236c9..8082d11 100644
--- a/src/listalf.c
+++ b/src/listalf.c
@@ -109,8 +109,7 @@ void list_alf(void) {
}
if(fseek(in_file, comp_size, SEEK_CUR) != 0) {
- fputs(self, stderr);
- perror(": fseek");
+ fprintf(stderr, "%s: fatal: seek failed on input!\n", self);
exit(1);
}
}