summaryrefslogtreecommitdiff
path: root/vms/vms.c
diff options
context:
space:
mode:
authorCharles Lane <lane@DUPHY4.Physics.Drexel.Edu>2001-11-12 07:35:18 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-12 16:33:01 +0000
commit32af7c23a1c4abd006dd0f19ca383c1fcaddfdd9 (patch)
tree27826c419d4ba6758c31f4f5633a43af1fead6c6 /vms/vms.c
parent9b1c7707319e7631584ef9f5d258edf5657d488c (diff)
downloadperl-32af7c23a1c4abd006dd0f19ca383c1fcaddfdd9.tar.gz
[Patch Perl@12856] MULTIPLICITY on VMS
Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12958
Diffstat (limited to 'vms/vms.c')
-rw-r--r--vms/vms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vms.c b/vms/vms.c
index 1150ea3859..5ad498bb4e 100644
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -5917,7 +5917,7 @@ Perl_my_localtime(pTHX_ const time_t *timep)
# endif
dst = -1;
#ifndef RTL_USES_UTC
- if (tz_parse(&when, &dst, 0, &offset)) { /* truelocal determines DST*/
+ if (tz_parse(aTHX_ &when, &dst, 0, &offset)) { /* truelocal determines DST*/
when = whenutc - offset; /* pseudolocal time*/
}
# endif