summaryrefslogtreecommitdiff
path: root/coreutils/od_bloaty.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:38:24 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:38:24 +1000
commite77e395efda0c0ab5bf9c951627c4fcf65c2e32e (patch)
treeac99825f254ed6009d573b4a10d3685c5042caaa /coreutils/od_bloaty.c
parent2c95747817c0f7a498c74ff975afacea7a241da2 (diff)
parent3e47cfec90fbe358692b3b960f7fa2303e465c2f (diff)
downloadbusybox-w32-e77e395efda0c0ab5bf9c951627c4fcf65c2e32e.tar.gz
busybox-w32-e77e395efda0c0ab5bf9c951627c4fcf65c2e32e.tar.bz2
busybox-w32-e77e395efda0c0ab5bf9c951627c4fcf65c2e32e.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'coreutils/od_bloaty.c')
-rw-r--r--coreutils/od_bloaty.c2
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}