Ahem: add new faq entry to list at top of FAQ.html
[oweals/busybox.git] / archival / dpkg_deb.c
index 5aa9881d58dca9306c0753d10726d331522b9e9e..b95ec2d6ef755dc9a56c845c61a9bc369a2716ab 100644 (file)
@@ -88,7 +88,7 @@ extern int dpkg_deb_main(int argc, char **argv)
                argcount = 2;
        }
 
-       if ((optind + argcount != argc) || (opt & 0x80000000UL)) {
+       if ((optind + argcount != argc) || (opt & BB_GETOPT_ERROR)) {
                bb_show_usage();
        }