From: Bernhard Reutner-Fischer Date: Fri, 13 Jan 2006 12:03:26 +0000 (-0000) Subject: - correct definitions. X-Git-Tag: 1_1_0~350 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=853c44b798873830aeef073c098f37e7059f43a8;p=oweals%2Fbusybox.git - correct definitions. --- diff --git a/libbb/obscure.c b/libbb/obscure.c index 259f6788d..18373510f 100644 --- a/libbb/obscure.c +++ b/libbb/obscure.c @@ -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;