mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
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;
|
unsigned long flags = 0;
|
||||||
int c = 0;
|
int c = 0;
|
||||||
const char *s;
|
const unsigned char *s;
|
||||||
t_complementaly *complementaly;
|
t_complementaly *complementaly;
|
||||||
t_complementaly *on_off;
|
t_complementaly *on_off;
|
||||||
va_list p;
|
va_list p;
|
||||||
|
Loading…
Reference in New Issue
Block a user