changeset 20623:0a1dc63401f1

(OtherTable): Interpret `next' as 1 (not 2) units. Patch from Richard Sharman <rsharman@magmacom.com>.
author Jim Meyering <jim@meyering.net>
date Sun, 01 Jun 1997 17:15:51 +0000
parents fbf100858eda
children 7d87cc278b44
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getdate.y	Fri May 30 14:00:47 1997 +0000
+++ b/lib/getdate.y	Sun Jun 01 17:15:51 1997 +0000
@@ -493,7 +493,7 @@
     { "now",		tMINUTE_UNIT,	0 },
     { "last",		tUNUMBER,	-1 },
     { "this",		tMINUTE_UNIT,	0 },
-    { "next",		tUNUMBER,	2 },
+    { "next",		tUNUMBER,	1 },
     { "first",		tUNUMBER,	1 },
 /*  { "second",		tUNUMBER,	2 }, */
     { "third",		tUNUMBER,	3 },