summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/rcs/ident/ident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/ident/ident.c b/gnu/usr.bin/rcs/ident/ident.c
index 1239bd8..9b8bf57 100644
--- a/gnu/usr.bin/rcs/ident/ident.c
+++ b/gnu/usr.bin/rcs/ident/ident.c
@@ -233,7 +233,7 @@ match(fp) /* group substring between two KDELIM's; then do pattern match */
if (c == EOF && feof(fp) | ferror(fp))
return c;
switch (ctab[c]) {
- case LETTER: case Letter:
+ case LETTER: case Letter: case DIGIT:
*tp++ = c;
if (tp < line+sizeof(line)-4)
break;
OpenPOWER on IntegriCloud