From ad03eeb99a0bdaa1be1e346845b84bd9b505bf5d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 20 Feb 2016 22:22:17 +0000 Subject: Backport fix from libucl --- contrib/libucl/ucl_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libucl/ucl_parser.c b/contrib/libucl/ucl_parser.c index cceb8a857..ac3fe0543 100644 --- a/contrib/libucl/ucl_parser.c +++ b/contrib/libucl/ucl_parser.c @@ -259,7 +259,7 @@ ucl_lex_time_multiplier (const unsigned char c) { {'h', 60 * 60}, {'d', 60 * 60 * 24}, {'w', 60 * 60 * 24 * 7}, - {'y', 60 * 60 * 24 * 7 * 365} + {'y', 60 * 60 * 24 * 365} }; int i; -- cgit v1.2.3