summaryrefslogtreecommitdiffstats
path: root/contrib/less/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/decode.c')
-rw-r--r--contrib/less/decode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/less/decode.c b/contrib/less/decode.c
index fd63e5a..3007473 100644
--- a/contrib/less/decode.c
+++ b/contrib/less/decode.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2004 Mark Nudelman
+ * Copyright (C) 1984-2007 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -120,6 +120,7 @@ static unsigned char cmdtable[] =
'7',0, A_DIGIT,
'8',0, A_DIGIT,
'9',0, A_DIGIT,
+ '.',0, A_DIGIT,
'=',0, A_STAT,
CONTROL('G'),0, A_STAT,
OpenPOWER on IntegriCloud