getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / uudecode.c
index 21ebce3ace783303a9bd6231684361f23aa91f88..921d29af0cc18e075f947be78daa06eb260d36cc 100644 (file)
@@ -129,7 +129,7 @@ int uudecode_main(int argc, char **argv)
        char *outname = NULL;
        char *line;
 
-       bb_getopt_ulflags(argc, argv, "o:", &outname);
+       getopt32(argc, argv, "o:", &outname);
 
        if (optind == argc) {
                src_stream = stdin;