Apply patch from Dov Feldstern to fix Adar behaviour.

This commit is contained in:
Dianne Skoll
2018-12-11 10:05:11 -05:00
parent f9951909d8
commit f81f6deb20

View File

@@ -138,8 +138,8 @@ int DaysInHebYear(int y)
/***************************************************************/
char const *DaysInHebMonths(int ylen)
{
static char monlen[13] =
{30, 29, 30, 29, 30, 0, 29, 30, 29, 30, 29, 30, 29};
static char monlen[14] =
{30, 29, 30, 29, 30, 0, 29, 30, 29, 30, 29, 30, 29, 29};
if (ylen > 355) {