From 28c111e1c5b159f09a82692a4a83bef0e1899034 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 19 Dec 2003 12:03:18 +0000 Subject: Allow escaped 8 bit characters in bb_opt_complementaly --- libbb/getopt_ulflags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/getopt_ulflags.c') diff --git a/libbb/getopt_ulflags.c b/libbb/getopt_ulflags.c index 371fdab26..42e83c413 100644 --- a/libbb/getopt_ulflags.c +++ b/libbb/getopt_ulflags.c @@ -83,7 +83,7 @@ bb_getopt_ulflags (int argc, char **argv, const char *applet_opts, ...) { unsigned long flags = 0; int c = 0; - const char *s; + const unsigned char *s; t_complementaly *complementaly; t_complementaly *on_off; va_list p; -- cgit v1.2.3