Browse Source

Backport fix from libucl

tags/1.2.0
Vsevolod Stakhov 8 years ago
parent
commit
ad03eeb99a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/libucl/ucl_parser.c

+ 1
- 1
contrib/libucl/ucl_parser.c View File

@@ -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;


Loading…
Cancel
Save