mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Apply patch from Dov Feldstern to fix Adar behaviour.
This commit is contained in:
@@ -138,8 +138,8 @@ int DaysInHebYear(int y)
|
|||||||
/***************************************************************/
|
/***************************************************************/
|
||||||
char const *DaysInHebMonths(int ylen)
|
char const *DaysInHebMonths(int ylen)
|
||||||
{
|
{
|
||||||
static char monlen[13] =
|
static char monlen[14] =
|
||||||
{30, 29, 30, 29, 30, 0, 29, 30, 29, 30, 29, 30, 29};
|
{30, 29, 30, 29, 30, 0, 29, 30, 29, 30, 29, 30, 29, 29};
|
||||||
|
|
||||||
|
|
||||||
if (ylen > 355) {
|
if (ylen > 355) {
|
||||||
|
|||||||
Reference in New Issue
Block a user