diff options
Diffstat (limited to 'libbb/uuencode.c')
-rw-r--r-- | libbb/uuencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/uuencode.c b/libbb/uuencode.c index f32a3da7d..d36b34f63 100644 --- a/libbb/uuencode.c +++ b/libbb/uuencode.c | |||
@@ -213,7 +213,7 @@ void FAST_FUNC read_base64(FILE *src_stream, FILE *dst_stream, int flags) | |||
213 | if (*in_tail == '\0') | 213 | if (*in_tail == '\0') |
214 | return; | 214 | return; |
215 | /* No */ | 215 | /* No */ |
216 | bb_error_msg_and_die("truncated base64 input"); | 216 | bb_simple_error_msg_and_die("truncated base64 input"); |
217 | } | 217 | } |
218 | 218 | ||
219 | /* It was partial decode */ | 219 | /* It was partial decode */ |