getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / uuencode.c
index 1a8882fc7e5942f171ac2cf3a6f68908d3407dba..58538365e900de3324f3231ffe06d08e35b99d80 100644 (file)
@@ -27,7 +27,7 @@ int uuencode_main(int argc, char **argv)
        RESERVE_CONFIG_BUFFER(dst_buf, DST_BUF_SIZE + 1);
 
        tbl = bb_uuenc_tbl_std;
-       if (bb_getopt_ulflags(argc, argv, "m") & 1) {
+       if (getopt32(argc, argv, "m") & 1) {
                tbl = bb_uuenc_tbl_base64;
        }