diff options
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index a75f4666e..bf4b19831 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -145,7 +145,7 @@ int fold_main(int argc, char **argv) | |||
145 | } | 145 | } |
146 | 146 | ||
147 | if (ferror(istream) || fclose_if_not_stdin(istream)) { | 147 | if (ferror(istream) || fclose_if_not_stdin(istream)) { |
148 | bb_perror_msg("%s", *argv); /* Avoid multibyte problems. */ | 148 | bb_simple_perror_msg(*argv); /* Avoid multibyte problems. */ |
149 | errs |= EXIT_FAILURE; | 149 | errs |= EXIT_FAILURE; |
150 | } | 150 | } |
151 | } while (*++argv); | 151 | } while (*++argv); |