summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/getty/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 5410ef7..0bb4f5e 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -356,7 +356,7 @@ main(int argc, char *argv[])
else if (islower(*p))
lower = 1;
else if (isdigit(*p))
- digit++;
+ digit = 1;
*q++ = *p++;
}
} else if (!(PL && PP))
@@ -604,7 +604,7 @@ getname(void)
np = name;
continue;
} else if (isdigit(c))
- digit++;
+ digit = 1;
if (IG && (c <= ' ' || c > 0176))
continue;
*np++ = c;
OpenPOWER on IntegriCloud