awk: fix typo in prev commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
46a0be5304
commit
bc3e9479c2
@ -2024,7 +2024,7 @@ static NOINLINE int do_mktime(const char *ds)
|
|||||||
}
|
}
|
||||||
|
|
||||||
then.tm_mon -= 1;
|
then.tm_mon -= 1;
|
||||||
then.tm_year -= - 1900;
|
then.tm_year -= 1900;
|
||||||
|
|
||||||
return mktime(&then);
|
return mktime(&then);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user