mirror of
https://github.com/michaeldv/pit.git
synced 2025-12-09 16:05:35 +00:00
First incarnation of Ruby-based pit test suite
This commit is contained in:
@@ -111,7 +111,7 @@ time_t pit_arg_date(char **arg, char *required)
|
||||
strcpy(format, "%m/%d/%Y %H:%M"); /* 10/10/1992 19:30 */
|
||||
}
|
||||
} else {
|
||||
if (strlen(*arg) > 12) {
|
||||
if (strlen(*arg) >= 12) {
|
||||
if (alpha_date) {
|
||||
strcpy(format, "%b %d, %Y %H"); /* Oct 10, 1992 19 */
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user