From f81f6deb200c8d4cd98f4a54bd5db3ff5501703b Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 11 Dec 2018 10:05:11 -0500 Subject: [PATCH] Apply patch from Dov Feldstern to fix Adar behaviour. --- src/hbcal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hbcal.c b/src/hbcal.c index ba3e0dca..a9e23fcc 100644 --- a/src/hbcal.c +++ b/src/hbcal.c @@ -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) {