[BusyBox-cvs] busybox/libbb getopt_ulflags.c,1.4,1.5

Glenn McGrath bug1 at busybox.net
Fri Dec 19 12:03:21 UTC 2003


Update of /var/cvs/busybox/libbb
In directory nail:/tmp/cvs-serv22166/libbb

Modified Files:
	getopt_ulflags.c 
Log Message:
Allow escaped 8 bit characters in bb_opt_complementaly


Index: getopt_ulflags.c
===================================================================
RCS file: /var/cvs/busybox/libbb/getopt_ulflags.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- getopt_ulflags.c	19 Dec 2003 10:13:10 -0000	1.4
+++ getopt_ulflags.c	19 Dec 2003 12:03:18 -0000	1.5
@@ -83,7 +83,7 @@
 {
 	unsigned long flags = 0;
   int c = 0;
-	const char *s;
+	const unsigned char *s;
   t_complementaly *complementaly;
   t_complementaly *on_off;
   va_list p;




More information about the busybox-cvs mailing list