Overflow check for 32-bit types only
Included is a check of the 'until' date for pasted recurrent items. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
03340db72e
commit
870fa1aa32
@@ -1203,8 +1203,8 @@ int starts_with(const char *, const char *);
|
||||
int starts_with_ci(const char *, const char *);
|
||||
int hash_matches(const char *, const char *);
|
||||
int show_dialogs(void);
|
||||
int overflow_add(int, int, int *);
|
||||
int overflow_mul(int, int, int *);
|
||||
long overflow_add(long, long, long *);
|
||||
long overflow_mul(long, long, long *);
|
||||
|
||||
/* vars.c */
|
||||
extern int col, row;
|
||||
|
||||
Reference in New Issue
Block a user