diff options
Diffstat (limited to 'coreutils/uuencode.c')
-rw-r--r-- | coreutils/uuencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index 2807ef82a..db49ec80a 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c | |||
@@ -66,7 +66,7 @@ int uuencode_main(int argc UNUSED_PARAM, char **argv) | |||
66 | if (!size) | 66 | if (!size) |
67 | break; | 67 | break; |
68 | if ((ssize_t)size < 0) | 68 | if ((ssize_t)size < 0) |
69 | bb_perror_msg_and_die(bb_msg_read_error); | 69 | bb_simple_perror_msg_and_die(bb_msg_read_error); |
70 | /* Encode the buffer we just read in */ | 70 | /* Encode the buffer we just read in */ |
71 | bb_uuencode(dst_buf, src_buf, size, tbl); | 71 | bb_uuencode(dst_buf, src_buf, size, tbl); |
72 | bb_putchar('\n'); | 72 | bb_putchar('\n'); |