From 98cf1a06469c02df32ea978fe6c6514f1c87f2bc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Jun 1997 17:15:51 +0000 Subject: [PATCH] (OtherTable): Interpret `next' as 1 (not 2) units. Patch from Richard Sharman . --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.y b/lib/getdate.y index 6c920b0fb0..44f2e19c28 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -493,7 +493,7 @@ static TABLE const OtherTable[] = { { "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 }, -- 2.30.2