Don't allow DURATION without an AT.

This commit is contained in:
Dianne Skoll
2019-12-31 21:51:34 -05:00
parent 9b421d0b94
commit 08af33ece5
8 changed files with 29 additions and 9 deletions
+6 -3
View File
@@ -302,7 +302,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"
#elif IBMEXTENDED
"Ok",
@@ -407,7 +408,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"
#else
"Ok",
@@ -512,7 +514,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
+4 -2
View File
@@ -242,7 +242,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"
#else /* ISOLATIN1 */
"Ok",
@@ -347,7 +348,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 /* ISOLATIN1 */
};
#endif /* MK_GLOBALS */
+4 -2
View File
@@ -281,7 +281,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"
#else /* ISOLATIN1 */
"OK",
"Brakujacy ']'",
@@ -385,7 +386,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 /* ISOLATIN1 */
};
#endif /* MK_GLOBALS */
+2 -1
View File
@@ -247,7 +247,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 */