Allow escaped 8 bit characters in bb_opt_complementaly
This commit is contained in:
parent
d4a5e255c4
commit
28c111e1c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user