projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a488983
)
(OtherTable): Interpret `next' as 1 (not 2) units.
author
Jim Meyering
<jim@meyering.net>
Sun, 1 Jun 1997 17:15:51 +0000
(17:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 1 Jun 1997 17:15:51 +0000
(17:15 +0000)
Patch from Richard Sharman <rsharman@magmacom.com>.
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index 6c920b0fb0b8923e315a21485b53212dbd9122d1..44f2e19c28aaf30d485f87ac3a21a8b0a17157cf 100644
(file)
--- 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 },