Merge pull request #16745 from s-hadinger/ccronexp_fix

Fix ccronexpr
This commit is contained in:
s-hadinger 2022-10-07 13:58:17 +02:00 committed by GitHub
commit 0876360f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ static int add_to_field(struct tm* calendar, int field, int val) {
calendar->tm_hour = calendar->tm_hour + val;
break;
case CRON_CF_DAY_OF_WEEK: /* mkgmtime ignores this field */
break;
case CRON_CF_DAY_OF_MONTH:
calendar->tm_mday = calendar->tm_mday + val;
break;