From 5577cdc2616262ae89c28cda49b5dd5449be472d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 22 Jan 2000 05:43:03 +0000 Subject: * Merge VMS patches by Hartmut Becker. --- arscan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arscan.c') diff --git a/arscan.c b/arscan.c index 6ff2715..2b90705 100644 --- a/arscan.c +++ b/arscan.c @@ -78,7 +78,9 @@ VMS_get_member_info (module, rfa) mhd = (struct mhddef *) filename; +#ifdef __DECC val = decc$fix_time (&mhd->mhd$l_datim); +#endif for (i = 0; i < module->dsc$w_length; i++) filename[i] = _tolower ((unsigned char)module->dsc$a_pointer[i]); -- cgit v1.2.3