getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / fold.c
index aff7bb1d92e32521c0f4d541c9248aa4d4c52bd1..3b5be64fe8b8a673edd96d5864373855aba2e174 100644 (file)
@@ -60,7 +60,7 @@ int fold_main(int argc, char **argv)
                }
        }
 
-       flags = bb_getopt_ulflags(argc, argv, "bsw:", &w_opt);
+       flags = getopt32(argc, argv, "bsw:", &w_opt);
        if (flags & FLAG_WIDTH)
                width = bb_xgetlarg(w_opt, 10, 1, 10000);