diff options
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r-- | coreutils/od_bloaty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index 6aba0f6bb..a9a45c8d3 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -502,7 +502,7 @@ check_and_close(void) | |||
502 | } | 502 | } |
503 | 503 | ||
504 | if (ferror(stdout)) { | 504 | if (ferror(stdout)) { |
505 | bb_error_msg("write error"); | 505 | bb_error_msg(bb_msg_write_error); |
506 | ioerror = 1; | 506 | ioerror = 1; |
507 | } | 507 | } |
508 | } | 508 | } |