mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-02 22:07:08 +02:00
Don't allow DURATION without an AT.
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
#define E_NO_MATCHING_REMS 100
|
||||
#define E_STRING_TOO_LONG 101
|
||||
#define E_TIME_TWICE 102
|
||||
#define E_DURATION_NO_AT 103
|
||||
#ifdef MK_GLOBALS
|
||||
#undef EXTERN
|
||||
#define EXTERN
|
||||
@@ -234,7 +235,8 @@ EXTERN char *ErrMsg[]
|
||||
"Can't convert between time zones",
|
||||
"No files matching *.rem",
|
||||
"String too long",
|
||||
"Time specified twice"
|
||||
"Time specified twice",
|
||||
"Cannot specify DURATION without specifying AT"
|
||||
}
|
||||
#endif /* MK_GLOBALS */
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user