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 cb97ff8c5..4c6b64d5e 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c | |||
@@ -509,7 +509,7 @@ check_and_close(void) | |||
509 | } | 509 | } |
510 | 510 | ||
511 | if (ferror(stdout)) { | 511 | if (ferror(stdout)) { |
512 | bb_error_msg("write error"); | 512 | bb_error_msg(bb_msg_write_error); |
513 | ioerror = 1; | 513 | ioerror = 1; |
514 | } | 514 | } |
515 | } | 515 | } |