aboutsummaryrefslogtreecommitdiff
path: root/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'more.c')
-rw-r--r--more.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/more.c b/more.c
index 745ae2bc4..72d58a6f4 100644
--- a/more.c
+++ b/more.c
@@ -79,7 +79,7 @@ extern int more_main(int argc, char **argv)
79 file = fopen(*argv, "r"); 79 file = fopen(*argv, "r");
80 80
81 if (file == NULL) { 81 if (file == NULL) {
82 perror("Can't open file"); 82 perror(*argv);
83 exit(FALSE); 83 exit(FALSE);
84 } 84 }
85 fstat(fileno(file), &st); 85 fstat(fileno(file), &st);