- correct definitions.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 12:03:26 +0000 (12:03 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 12:03:26 +0000 (12:03 -0000)
libbb/obscure.c

index 259f6788dc8d810cef57e629ee5b7471a787997e..18373510fd198ac68f18c772f7d525175b3d1d6e 100644 (file)
@@ -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;