mirror of https://github.com/mirror/busybox.git
- correct definitions.
parent
2677cf1b0a
commit
853c44b798
|
@ -84,8 +84,8 @@ static int simple(const char *newval)
|
|||
{
|
||||
#define digits 1
|
||||
#define uppers 2
|
||||
#define lowers 3
|
||||
#define others 4
|
||||
#define lowers 4
|
||||
#define others 8
|
||||
int c, is_simple = 0;
|
||||
int size;
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue