aboutsummaryrefslogtreecommitdiff
path: root/mailutils/makemime.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-09-10 14:37:07 +0100
committerRon Yorston <rmy@pobox.com>2018-09-10 14:59:33 +0100
commitd89ced75b204f0eb5611f522864beb81d1b393f5 (patch)
tree5daa31427e287fe079a0ef551097753773fdb266 /mailutils/makemime.c
parentf72845d9332fa6311a46dbcad3180d5008182982 (diff)
parent05b18065ab9c375f6185b65a3631d4c6cc1a4be9 (diff)
downloadbusybox-w32-d89ced75b204f0eb5611f522864beb81d1b393f5.tar.gz
busybox-w32-d89ced75b204f0eb5611f522864beb81d1b393f5.tar.bz2
busybox-w32-d89ced75b204f0eb5611f522864beb81d1b393f5.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'mailutils/makemime.c')
-rw-r--r--mailutils/makemime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/makemime.c b/mailutils/makemime.c
index 577bcde39..7539d5134 100644
--- a/mailutils/makemime.c
+++ b/mailutils/makemime.c
@@ -234,7 +234,7 @@ int makemime_main(int argc UNUSED_PARAM, char **argv)
234 , G.opt_charset 234 , G.opt_charset
235 , bb_get_last_path_component_strip(*argv) 235 , bb_get_last_path_component_strip(*argv)
236 ); 236 );
237 encode_base64(*argv++, (const char *)stdin, ""); 237 printfile_base64(*argv++);
238 } 238 }
239 239
240 // put multipart footer 240 // put multipart footer