Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-12-19 15:03:18 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2003-12-19 15:03:18 +0300
commit28c111e1c5b159f09a82692a4a83bef0e1899034 (patch)
treee1b9eb8c133253bec9549b990e0a771cf0ebacd8 /libbb
parentd4a5e255c479647d172c9d7d7f61049277b7c0b9 (diff)
Allow escaped 8 bit characters in bb_opt_complementaly
Diffstat (limited to 'libbb')
-rw-r--r--libbb/getopt_ulflags.c2
1 files changed, 1 insertions, 1 deletions
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;