svn commit: trunk/busybox/libbb
aldot at busybox.net
aldot at busybox.net
Fri Jan 13 12:03:27 UTC 2006
Author: aldot
Date: 2006-01-13 04:03:26 -0800 (Fri, 13 Jan 2006)
New Revision: 13267
Log:
- correct definitions.
Modified:
trunk/busybox/libbb/obscure.c
Changeset:
Modified: trunk/busybox/libbb/obscure.c
===================================================================
--- trunk/busybox/libbb/obscure.c 2006-01-13 08:53:22 UTC (rev 13266)
+++ trunk/busybox/libbb/obscure.c 2006-01-13 12:03:26 UTC (rev 13267)
@@ -84,8 +84,8 @@
{
#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;
More information about the busybox-cvs
mailing list