- Fixed bug #458, removing the ambiguous 'm' as a duration, leaving 'mi[nutes]'
  and 'mo[nths]' requiring at least two characters for a match.
This commit is contained in:
Paul Beckingham 2011-08-23 22:46:32 -04:00
parent d15cccdb7d
commit 257f5ab3da
3 changed files with 3 additions and 10 deletions

View file

@ -67,7 +67,6 @@ static const char* durations[] =
"mth",
"mos",
"mo",
"m",
"quarterly",
"quarters",
"qrtrs",