Include start day in error message for recurrence rule

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2020-05-23 21:12:44 +02:00
committed by Lukas Fleischer
parent 61a743c56a
commit 92dc069fc4
4 changed files with 36 additions and 12 deletions

View File

@@ -1269,6 +1269,7 @@ long overflow_mul(long, long, long *);
time_t next_wday(time_t, int);
int wday_per_year(int, int);
int wday_per_month(int, int, int);
char *day_ins(char **, time_t);
/* vars.c */
extern int col, row;