Allow escaped 8 bit characters in bb_opt_complementaly

This commit is contained in:
Glenn L McGrath 2003-12-19 12:03:18 +00:00
parent d4a5e255c4
commit 28c111e1c5

View File

@ -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;