Don't continue if parsing failed when -f is in use. Exit with nonzero value.

This commit is contained in:
Martin Cracauer 1999-06-25 09:04:48 +00:00
parent c4217f94eb
commit d430c0c167
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48214

View File

@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
"$Id: date.c,v 1.27 1999/03/09 09:38:54 brian Exp $";
"$Id: date.c,v 1.28 1999/05/14 00:28:41 jmg Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -191,8 +191,7 @@ setthetime(fmt, p, jflag, nflag)
if (t == NULL) {
fprintf(stderr, "Failed conversion of ``%s''"
" using format ``%s''\n", p, fmt);
lt = localtime(&tval);
return;
badformat();
} else if (*t != '\0')
fprintf(stderr, "Warning: Ignoring %ld extraneous"
" characters in date string (%s)\n",