diff options
Diffstat (limited to 'mailutils/makemime.c')
-rw-r--r-- | mailutils/makemime.c | 2 |
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 |