projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2677cf1
)
- correct definitions.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 12:03:26 +0000
(12:03 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 13 Jan 2006 12:03:26 +0000
(12:03 -0000)
libbb/obscure.c
patch
|
blob
|
history
diff --git
a/libbb/obscure.c
b/libbb/obscure.c
index 259f6788dc8d810cef57e629ee5b7471a787997e..18373510fd198ac68f18c772f7d525175b3d1d6e 100644
(file)
--- 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;