Initialize linked list for recurrent items
When switching to the generic linked list implementation for recurring
events in 9fab248 (Use generic lists for recurring apointments and
events., 2011-04-16), no initialization routine for the list of
recurring events was added. Fix this and properly initialize the list on
startup.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -892,6 +892,7 @@ void recur_apoint_free_bkp(void);
|
||||
void recur_event_free(struct recur_event *);
|
||||
void recur_apoint_free(struct recur_apoint *);
|
||||
void recur_apoint_llist_init(void);
|
||||
void recur_event_llist_init(void);
|
||||
void recur_apoint_llist_free(void);
|
||||
void recur_event_llist_free(void);
|
||||
struct recur_apoint *recur_apoint_new(char *, char *, long, long, char,
|
||||
|
||||
Reference in New Issue
Block a user