In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/efdde84aa79557a9834e0d15f9dc4cf0fe4999b1?hp=9c6681cc159f89641fc077464b7f7b3fcf64e6f1>
- Log ----------------------------------------------------------------- commit efdde84aa79557a9834e0d15f9dc4cf0fe4999b1 Author: Jarkko Hietaniemi <[email protected]> Date: Mon Sep 11 07:53:23 2017 +0300 Not jhi, lwall. https://perl5.git.perl.org/perl.git/commitdiff/c529f79d594c53d3968d464c57ac24a21137dd09 https://perl5.git.perl.org/perl.git/commitdiff/c529f79d594c53d3968d464c57ac24a21137dd09#patch68 ----------------------------------------------------------------------- Summary of changes: util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index e2feb7f473..d93e4837ab 100644 --- a/util.c +++ b/util.c @@ -3796,7 +3796,7 @@ Perl_mini_mktime(struct tm *ptm) * that's still outside the scope for POSIX time manipulation, so I don't * care. * - * - jhi + * - lwall */ year = 1900 + ptm->tm_year; -- Perl5 Master Repository
