ping: use |=, not =, when combine option bit mask
[oweals/busybox.git] / mailutils / popmaildir.c
index 1a72b87c58eaa43308e1a235993cda55a978bab9..ab9ddbaed7c5a5b4b2512c01de19174f5a78d1fb 100644 (file)
@@ -73,9 +73,9 @@ int popmaildir_main(int argc UNUSED_PARAM, char **argv)
        // parse options
        opt_complementary = "-1:dd:t+:R+:L+:H+";
        opts = getopt32(argv,
-               "bdmVcasTkt:" "R:Z:L:H:" USE_FEATURE_POPMAILDIR_DELIVERY("M:F:"),
+               "bdmVcasTkt:" "R:Z:L:H:" IF_FEATURE_POPMAILDIR_DELIVERY("M:F:"),
                &timeout, NULL, NULL, NULL, &opt_nlines
-               USE_FEATURE_POPMAILDIR_DELIVERY(, &delivery, &delivery) // we treat -M and -F the same
+               IF_FEATURE_POPMAILDIR_DELIVERY(, &delivery, &delivery) // we treat -M and -F the same
        );
        //argc -= optind;
        argv += optind;