This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f00e3
)
Ammend comment referring to init_tm() to point to its correct location
author
Paul "LeoNerd" Evans
<leonerd@leonerd.org.uk>
Sat, 28 Jan 2012 15:12:47 +0000
(15:12 +0000)
committer
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Sat, 11 Feb 2012 22:21:26 +0000
(22:21 +0000)
ext/POSIX/POSIX.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.xs
b/ext/POSIX/POSIX.xs
index
3e23433
..
7e30a82
100644
(file)
--- a/
ext/POSIX/POSIX.xs
+++ b/
ext/POSIX/POSIX.xs
@@
-1763,7
+1763,7
@@
asctime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = -1)
{
dXSTARG;
struct tm mytm;
- init_tm(&mytm); /* XXX workaround - see init_tm()
above
*/
+ init_tm(&mytm); /* XXX workaround - see init_tm()
in core util.c
*/
mytm.tm_sec = sec;
mytm.tm_min = min;
mytm.tm_hour = hour;