mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 01:14:52 +01:00
s/FALLTHOUGH/FALLTHROUGH/
Submitted by: Xin LI <delphij@frontfree.net>
This commit is contained in:
parent
b757c8251b
commit
7e6990487d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133332
@ -517,7 +517,7 @@ dateconv(char *arg)
|
||||
t->tm_year = ATOI2(arg);
|
||||
t->tm_year *= 100;
|
||||
yearset = 1;
|
||||
/* FALLTHOUGH */
|
||||
/* FALLTHROUGH */
|
||||
case 10: /* YYMMDDhhmm */
|
||||
if (yearset) {
|
||||
yearset = ATOI2(arg);
|
||||
|
Loading…
Reference in New Issue
Block a user