diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-28 18:25:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-10-28 18:25:38 +0200 |
commit | 83e34ac4b574fabd54a2d1a03063b263338ef03d (patch) | |
tree | 26d18e168a6526b78c70a5e7c906609190fa76a2 /mailutils | |
parent | 8de2e42201bb1b9054861d2f7645885a3b69642a (diff) | |
download | busybox-w32-83e34ac4b574fabd54a2d1a03063b263338ef03d.tar.gz busybox-w32-83e34ac4b574fabd54a2d1a03063b263338ef03d.tar.bz2 busybox-w32-83e34ac4b574fabd54a2d1a03063b263338ef03d.zip |
makemime: fix -a option not taking parameter
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils')
-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 4dc53a3b2..a9ff03d03 100644 --- a/mailutils/makemime.c +++ b/mailutils/makemime.c | |||
@@ -164,7 +164,7 @@ int makemime_main(int argc UNUSED_PARAM, char **argv) | |||
164 | // parse options | 164 | // parse options |
165 | opt_complementary = "a::"; | 165 | opt_complementary = "a::"; |
166 | opts = getopt32(argv, | 166 | opts = getopt32(argv, |
167 | "c:e:o:C:N:a", //:m:j:", | 167 | "c:e:o:C:N:a:", //:m:j:", |
168 | &G.content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL | 168 | &G.content_type, NULL, &opt_output, &G.opt_charset, NULL, &opt_headers //, NULL, NULL |
169 | ); | 169 | ); |
170 | //argc -= optind; | 170 | //argc -= optind; |