From a748fe11f70695552294fe4e31343b2dacb59db2 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Sat, 28 Jan 2012 15:12:47 +0000 Subject: Ammend comment referring to init_tm() to point to its correct location --- ext/POSIX/POSIX.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 3e23433c13..7e30a82839 100644 --- 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; -- cgit v1.2.1